mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08: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
147 B
Plaintext
8 lines
147 B
Plaintext
## assert-podman-final-args localhost/imagename
|
|
## assert-podman-args "--user" "998:999"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
User=998
|
|
Group=999
|