@folak to SelfhostedEnglish • 1 year agoDocker vs Podman, which one to choose for a beginner and why ?message-square54arrow-up170arrow-down13
arrow-up167arrow-down1message-squareDocker vs Podman, which one to choose for a beginner and why ?@folak to SelfhostedEnglish • 1 year agomessage-square54
minus-squarelemmyvorelinkfedilinkEnglish-4•1 year agoCorrect me if I’m wrong but containerization is enforced by the kernel, correct? If something escapes you’re pretty much screwed anyway.
minus-squareAtemulinkfedilinkEnglish13•1 year agoThere are many layers involved in preventing escapes from containers.
minus-square@[email protected]linkfedilinkEnglish2•1 year agoWay 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
Correct me if I’m wrong but containerization is enforced by the kernel, correct? If something escapes you’re pretty much screwed anyway.
There are many layers involved in preventing escapes from containers.
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