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>
7 lines
147 B
Text
7 lines
147 B
Text
## assert-podman-final-args localhost/imagename
|
|
## assert-podman-args "--user" "998:999"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
User=998
|
|
Group=999
|