mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-09 02:15:41 +00:00
These are both slow (trigger loading alias files) and risky (its not clear which image you mean). Signed-off-by: Alexander Larsson <alexl@redhat.com>
9 lines
177 B
Text
9 lines
177 B
Text
## assert-podman-args "--foo"
|
|
## assert-podman-args "--bar"
|
|
## assert-podman-args "--also"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
PodmanArgs="--foo" \
|
|
--bar
|
|
PodmanArgs=--also
|