x-podman: uidmaps: has no effect #892
Replies: 1 comment
-
Sorry, I miss the point that in version 1.0.6 this feature not exists... |
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
-
Hello,
I would like to run a container with mapped user and group, so I set up my yaml file to:
But the mapping get ignore, only when I run
podman-compose --podman-run-args="--uidmap=0:33:256 --gidmap=0:33:256" up -d
it works like it should.My version is:
Running on debian 12
Do you have any idea why this is happen?
Beta Was this translation helpful? Give feedback.
All reactions