mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +08: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>
11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
## assert-podman-final-args localhost/imagename
|
|
## assert-key-is "Unit" "Foo" "bar1" "bar2"
|
|
## assert-key-is "X-Container" "Image" "localhost/imagename"
|
|
|
|
[Unit]
|
|
Foo=bar1
|
|
Foo=bar2
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|