Files
podman/test/e2e/quadlet/exec.container
Alexander Larsson 7ec743fe74 quadlet: Warn in generator if using short names
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>
2022-11-02 11:55:08 +01:00

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"