You're viewing a single thread.
View all comments
54
comments
Whichever one is better supported by the containers you want to run.
6 5 ReplyThey both support the same containers
6 2 ReplyExcept in real life you'll run into images that podman refuses to work with all the time.
2 4 ReplyExample? Ive definitely had compose projects that I had a hard time running with podman but all the individual containers seem to work just fine.
2 0 ReplyHow 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?
3 0 ReplyYou use podman unshare to
chown
the directories to the appropriate UID/GID in the container's user namespace.8 0 ReplyThis right here. Just found out about this last week after a long debug.
4 0 Reply
You've viewed 54 comments.
Scroll to top