mirror of
https://github.com/containers/podman.git
synced 2026-03-17 06:07:46 -04: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>
10 lines
177 B
Plaintext
10 lines
177 B
Plaintext
## assert-podman-args "--foo"
|
|
## assert-podman-args "--bar"
|
|
## assert-podman-args "--also"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
PodmanArgs="--foo" \
|
|
--bar
|
|
PodmanArgs=--also
|