mirror of
https://github.com/containers/podman.git
synced 2026-09-18 17:22: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>
7 lines
168 B
INI
7 lines
168 B
INI
## assert-podman-final-args localhost/imagename "/some/binary file" "--arg1" "arg 2"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
Exec="/some/binary file" --arg1 \
|
|
"arg 2"
|