Comment on Docker vs Podman, which one to choose for a beginner and why ?
azdle@news.idlestate.org 1 year agoDefense in depth. If something escapes the container it’s limited to only what’s under that user and not the whole system. Having access to the whole system makes it easier for malware to hide itself.
lemmyvore@feddit.nl 1 year ago
Correct me if I’m wrong but containerization is enforced by the kernel, correct? If something escapes you’re pretty much screwed anyway.
Sethayy@sh.itjust.works 1 year ago
Way too dependent on the setup, a container with absolutely no outside access theoretically just has the kernel, but usually we want to communicate with our docker images not just run them