mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-11 11:25:45 +00:00
When possible use a generic function to add strings and booleans Adjust tests Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
8 lines
219 B
Text
8 lines
219 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
|