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"
|