folak@lemmy.world to Selfhosted@lemmy.worldEnglish · 1 year agoDocker vs Podman, which one to choose for a beginner and why ?message-squaremessage-square25fedilinkarrow-up119arrow-down11
arrow-up118arrow-down1message-squareDocker vs Podman, which one to choose for a beginner and why ?folak@lemmy.world to Selfhosted@lemmy.worldEnglish · 1 year agomessage-square25fedilink
minus-squarelemmyvore@feddit.nllinkfedilinkEnglisharrow-up1arrow-down2·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-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
minus-squareAtemu@lemmy.mllinkfedilinkEnglisharrow-up2·1 year agoThere are many layers involved in preventing escapes from containers.
Correct me if I’m wrong but containerization is enforced by the kernel, correct? If something escapes you’re pretty much screwed anyway.
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
There are many layers involved in preventing escapes from containers.