Rootless podman needs write permissions on rootfs with overlay #23992
chetan-reddy
started this conversation in
General
Replies: 1 comment
-
Overlay still keeps the same permissions as in the source so if /etc is nor writeable to you users than we cannot create the symlink. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Even with the :O flag, the permissions in the lower rootfs directory seem to matter in rootless mode.
I was curious if I was missing an option that might allow using the guix profile/rootfs directly in rootless podman. I tried playing with the
idmap
flag, but no luck. I think this is related to #10917 (comment)I've fully switched to rootful containers now, but I thought I'd document this oddity of rootless containers in case it saves someone else time in the future.
Beta Was this translation helpful? Give feedback.
All reactions