podman in podman and superuser pass through #21624
Unanswered
udovenkoav1981
asked this question in
Q&A
Replies: 2 comments 3 replies
-
@giuseppe PTAL |
Beta Was this translation helpful? Give feedback.
0 replies
-
it still creates a user namespace, no matter what ID is mapped to. Some actions, like |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hello i need to solve three points in same time:
based on this https://stackoverflow.com/questions/64509618/podman-in-podman-similar-to-docker-in-docker
i start from
looks ok
after i try to run podman with sudo for root in container will equal root on host
current user have UID:GID = 1004:1004
i got error:
why ?
and as i understand
--uidmap 0:0:1 --gidmap 0:0:1
not works, need to use--uidmap 0:0:2 --gidmap 0:0:2
why ?Beta Was this translation helpful? Give feedback.
All reactions