mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-14 04:39:33 +00:00
Based on the initial port in https://github.com/containers/quadlet/pull/41 This contains the unit tests and the testcases from the C code as well as modification to the podman spec file based on what the quadlet spec file looks like, producing a podman-quadlet subpackage. Signed-off-by: Alexander Larsson <alexl@redhat.com>
6 lines
148 B
Text
6 lines
148 B
Text
## assert-podman-final-args imagename "/some/binary file" "--arg1" "arg 2"
|
|
|
|
[Container]
|
|
Image=imagename
|
|
Exec="/some/binary file" --arg1 \
|
|
"arg 2"
|