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>
7 lines
127 B
Text
7 lines
127 B
Text
## assert-podman-final-args imagename
|
|
## assert-podman-args "--user" "998:999"
|
|
|
|
[Container]
|
|
Image=imagename
|
|
User=998
|
|
Group=999
|