mirror of
https://github.com/containers/podman.git
synced 2025-12-04 04:09:40 +08:00
PodmanArgs allows users to pass arguments not explicitly supported by Quadlet. Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
14 lines
290 B
SYSTEMD
14 lines
290 B
SYSTEMD
## assert-podman-args "--foo"
|
|
## assert-podman-args "--bar"
|
|
## assert-podman-args "--also"
|
|
## assert-podman-args "--with-key=value"
|
|
## assert-podman-args "--with-space" "yes"
|
|
|
|
|
|
[Network]
|
|
PodmanArgs="--foo" \
|
|
--bar
|
|
PodmanArgs=--also
|
|
PodmanArgs=--with-key=value
|
|
PodmanArgs=--with-space yes
|