mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-06 17:05:48 +00:00
PodmanArgs allows users to pass arguments not explicitly supported by Quadlet. Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
14 lines
318 B
Text
14 lines
318 B
Text
## assert-podman-args "--foo"
|
|
## assert-podman-args "--bar"
|
|
## assert-podman-args "--also"
|
|
## assert-podman-args "--with-key=value"
|
|
## assert-podman-args "--with-space" "yes"
|
|
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
PodmanArgs="--foo" \
|
|
--bar
|
|
PodmanArgs=--also
|
|
PodmanArgs=--with-key=value
|
|
PodmanArgs=--with-space yes
|