It’s pretty great, and I like that the workflow for creating containers is sliiiightly easier than on Docker. I switched from Docker to Podman for most stuff about a year ago and so far there are only two hiccups that I lament:
-
the higher disk consumption due to not being able to share image storage. (I’ve tried with
additionalstoragesbut that seems to only be respected for podman run; podman build and podman compose seem to ignore it and always pull images from the registries) -
Some annoying isses with fule permissions due to rootless design - running rootless containers will create files under your user storage that you as a user have no permission to transfer or remove for cleanup or security, and severely breaks the output of tools like
duorfinddue to error spammage.
_Nico198X_@europe.pub 3 weeks ago
LOVE podman