folak@lemmy.world to Selfhosted@lemmy.worldEnglish · 1 year agoDocker vs Podman, which one to choose for a beginner and why ?message-squaremessage-square54fedilinkarrow-up169arrow-down13
arrow-up166arrow-down1message-squareDocker vs Podman, which one to choose for a beginner and why ?folak@lemmy.world to Selfhosted@lemmy.worldEnglish · 1 year agomessage-square54fedilink
minus-squarelemmyvore@feddit.nllinkfedilinkEnglisharrow-up3arrow-down7·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-squareAtemu@lemmy.mllinkfedilinkEnglisharrow-up13·1 year agoThere are many layers involved in preventing escapes from containers.
minus-squareSethayy@sh.itjust.workslinkfedilinkEnglisharrow-up2·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