(no title)
eriksjolund | 3 years ago
https://www.reddit.com/r/podman/comments/103ut7z/comment/j31...
Short summary: My best tip is to see if either "--user $uid:$gid" or "--user 0:0" works together with this command:
podman run --rm --user $uid:$gid --volume ./dir:/dir:Z --userns keep-id:uid=$uid,gid=$gid IMAGE
(requires podman > 4.3.0)
No comments yet.