mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08: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>
7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
## assert-podman-final-args localhost/imagename "/some/binary file" "--arg1" "arg 2"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
Exec="/some/binary file" --arg1 \
|
|
"arg 2"
|