mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-06 00:45:43 +00:00
When possible use a generic function to add strings and booleans Adjust tests Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
11 lines
299 B
Text
11 lines
299 B
Text
## 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
|
|
UIDMap=0:10000:10
|
|
UIDMap=10:20000:10
|
|
GIDMap=0:10000:10
|
|
GIDMap=10:20000:10
|