Hacker News new | ask | show | jobs
by amrox 1804 days ago
Containers are great for web services or anything that primarily communicates through a port.

Less so for CLI style projects that read and write to the local file system. Yes I know you can bind mount directories but it’s clunky and you also usually have to fight with file permissions issues.