@[email protected] to [email protected]English • 1 year agoDocker vs Podman, which one to choose for a beginner and why ?message-square39fedilinkarrow-up136
arrow-up136message-squareDocker vs Podman, which one to choose for a beginner and why ?@[email protected] to [email protected]English • 1 year agomessage-square39fedilink
minus-squarelemmyvorelinkfedilinkEnglish2•1 year agoExcept in real life you’ll run into images that podman refuses to work with all the time.
minus-squarekroldenlinkfedilinkEnglish2•1 year agoExample? Ive definitely had compose projects that I had a hard time running with podman but all the individual containers seem to work just fine.
minus-squarelemmyvorelinkfedilinkEnglish2•1 year agoHow do you make podman run an image that runs as an uid/gid that don’t exist on the host and needs to access host devices/volumes owned by uid/gid that don’t exist in the container?
minus-square@[email protected]linkfedilinkEnglish2•edit-21 year agoYou use podman unshare to chown the directories to the appropriate UID/GID in the container’s user namespace.
Except in real life you’ll run into images that podman refuses to work with all the time.
Example? Ive definitely had compose projects that I had a hard time running with podman but all the individual containers seem to work just fine.
How do you make podman run an image that runs as an uid/gid that don’t exist on the host and needs to access host devices/volumes owned by uid/gid that don’t exist in the container?
You use podman unshare to
chown
the directories to the appropriate UID/GID in the container’s user namespace.