19 ms·
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 f
by amrox 5y 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.