Hacker News new | ask | show | jobs
by ElFitz 1749 days ago
Some people do everything in local containers, with one container for each project, the same way others do it with a vm on a server[1]

The upside being that you still have little to no "contamination" between projects dependencies, files and configuration, each project being entirely self-contained.

[1]: https://towardsdatascience.com/how-to-create-your-own-vs-cod...