Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Honest question.. have you used dev containers? Because these seem like solved problems.

Bind mounts let you easily move files in/out of the container (and are already set up by devcontainers). And the whole point is to _not_ access programs on the host, you want that isolation so that the environment is reproducible and everything you need to build is defined in the dev container.

It just needs your build toolchain and libs.. you don't need to use the shell from the container to run random unix utils or curl for instance.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: