Hacker News new | ask | show | jobs
by nitsky 1731 days ago
I love podman. When you write a file to a volume from a container, the user that spawned the container is the owner. This is exactly what you expect, but with docker, everything is written as root. After many years, this has not been fixed:

https://github.com/moby/moby/issues/2259

This has made it impossible to use docker in scripts where root access is not available. Thank you podman!

1 comments

Thank you! This has been my main headache with docker. I'll switch to podman at home.