Replies: 1 comment
-
I think on RHEL7 user namespace is not supported by default. You need to set a sysctl to turn it on. BTW podman really is not supported on a system as old as RHEL7. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
"I'm on CentOS 7 with Podman version 1.6.4. I performed the following mapping in /etc/subuid and /etc/subgid:
/etc/subuid:
myid:100000:65536
/etc/subgid:
myid:100000:65536
After that, I ran the 'podman system migrate' command. Following that, I checked whether the mapping was successful by running 'podman unshare cat /proc/self/uid_map', but it doesn't seem to change.
Could you provide any insights into why this might be happening?"
Beta Was this translation helpful? Give feedback.
All reactions