logoalt Hacker News

progxtoday at 10:47 AM1 replyview on HN

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


Replies

ashishbtoday at 2:46 PM

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