mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-11 03:15:44 +00:00
When possible use a generic function to add strings and booleans Adjust tests Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
10 lines
291 B
Text
10 lines
291 B
Text
## assert-podman-args "--userns" "auto:uidmapping=0:10000:10,uidmapping=10:20000:10,gidmapping=0:10000:10,gidmapping=10:20000:10,size=20"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
RemapUsers=auto
|
|
RemapUid=0:10000:10
|
|
RemapUid=10:20000:10
|
|
RemapGid=0:10000:10
|
|
RemapGid=10:20000:10
|
|
RemapUidSize=20
|