mirror of
https://github.com/containers/podman.git
synced 2025-06-01 17:17:47 +08:00

Docker VOLUMEs will inherit permissions from an existing directory at the same path. If the path does not exist, the directory will be owned by root which makes this image unusable in rootless mode. Signed-off-by: Blake Burkhart <blake.burkhart@us.af.mil>