-
[I have been advised to use the --userns=auto option when running an app in a rootfull container that 'mounts a volume' for better security. I still consider the '--mount' option to be like file sharing. I'm not sure if the two are the same. The run command
This is the error I'm getting:
This seems to be a normal write action.
Uhmmm.... how is this even possible? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I discovered that this is an Alpine Linux issue. |
Beta Was this translation helpful? Give feedback.
-
And furthermore I was using bind mounts instead of named volumes. |
Beta Was this translation helpful? Give feedback.
-
You may find https://www.redhat.com/sysadmin/debug-rootless-podman-mounted-volumes helpful |
Beta Was this translation helpful? Give feedback.
And furthermore I was using bind mounts instead of named volumes.
Problem solved by using named volumes.