mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +08:00
When possible use a generic function to add strings and booleans Adjust tests Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
## assert-podman-final-args localhost/imagename
|
|
## assert-podman-args "--dns-option" "ndots:1"
|
|
## assert-podman-args "--dns-option" "color:blue"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
DNSOption=ndots:1
|
|
DNSOption=color:blue
|