Comment by progx

6 days ago

alias npm / bun / ... to run in a docker container, so npm install run automatically in the container.

That's exactly what I started with. It gets unwieldy quickly enough as you need to mount a lot of directories that these you uses as cache.

So, amazing-sandbox at its core is nothing but a glorified docker command generator (in default mode).