MartianSands@sh.itjust.workstoSelfhosted@lemmy.world•Docker vs Podman, which one to choose for a beginner and why ?English
10·
1 year agoPodman supports docker compose just fine. You have to run it as a service, so that it can expose a socket like docker does, but it supports doing exactly that
I find it makes my life easier, personally, because I can set up and tear down environments I’m playing with easily.
As for your user & permissions concern, are you aware that docker these days can be configured to map “root” in the container to a different user? Personally I prefer to use podman though, which doesn’t have that problem to begin with