mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-15 21:29:32 +00:00
Fixes: https://github.com/containers/podman/issues/18979 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
8 lines
221 B
Text
8 lines
221 B
Text
## assert-podman-args "--userns=keep-id:uid=200,gid=210"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
# The added three spaces to keep-id are necessary for test of trimwhitespace
|
|
RemapUsers=keep-id
|
|
RemapUid=200
|
|
RemapGid=210
|