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).
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).