mirror of
https://github.com/containers/podman.git
synced 2025-12-05 12:52:12 +08:00
When possible use a generic function to add strings and booleans Adjust tests Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
## assert-podman-args "--uidmap" "0:10000:10"
|
|
## assert-podman-args "--uidmap" "10:20000:10"
|
|
## assert-podman-args "--gidmap" "0:10000:10"
|
|
## assert-podman-args "--gidmap" "10:20000:10"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
RemapUsers=manual
|
|
RemapUid=0:10000:10
|
|
RemapUid=10:20000:10
|
|
RemapGid=0:10000:10
|
|
RemapGid=10:20000:10
|