Volume ownership(s) #18819
Volume ownership(s)
#18819
-
Heyo, How can I automatically chown volumes on podman run / start under the user what's the container is running? I've tried adding: USER root
CMD ["sh", "-c", "chown -R git:git <path> && sudo -u git <boot command>"] at the end of |
Beta Was this translation helpful? Give feedback.
Answered by
GamePlayer-8
Jun 11, 2023
Replies: 1 comment
-
Problem solved by reconfiguring |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GamePlayer-8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem solved by reconfiguring
userns
settings.