-
using arch linux with podman 4.5.1, linux 6.3.5 podman run command
extract of find /home/navidrome ! -jser navidrome |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is expected, podman uses ids from /etc/subuid and /etc/subgid. For example see https://www.redhat.com/sysadmin/rootless-podman-user-namespace-modes for an explanation on how it works. |
Beta Was this translation helpful? Give feedback.
This is expected, podman uses ids from /etc/subuid and /etc/subgid. For example see https://www.redhat.com/sysadmin/rootless-podman-user-namespace-modes for an explanation on how it works.
You can use
podman unshare
to access these files.