-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mapped directory ownership issue #11412
Comments
Please try a more recent Podman version - I recall from the release notes that this is fixed in 3.3.x. |
Yes this should be fixed in current Podman. |
After I upgraded to podman 3.3.1 (through debian) I'm getting this error instead:
I found #7396 but I don't have
|
OK I resolve the "delete libpod local files to resolve" issue, but the owners of mapped directory is still incorrect:
|
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
When using
podman run -v --user
, the owner of the files in the mapped directory is root instead of the current user.Steps to reproduce the issue:
Describe the results you received:
The files under the mapped /data/ are owned by root:root
Describe the results you expected:
The files under the mapped /data/ should be owned by 1000:1000
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
No
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: