mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
Support .network file to create a systemd service that runs podman network create Support networks with .network suffix in Container and Kube to link with Quadlet created networks Add E2E Tests Add man doc Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
12 lines
354 B
SYSTEMD
12 lines
354 B
SYSTEMD
## assert-podman-final-args systemd-label
|
|
## assert-podman-args "--label" "org.foo.Arg0=arg0"
|
|
## assert-podman-args "--label" "org.foo.Arg1=arg1"
|
|
## assert-podman-args "--label" "org.foo.Arg2=arg 2"
|
|
## assert-podman-args "--label" "org.foo.Arg3=arg3"
|
|
|
|
[Network]
|
|
Label=org.foo.Arg1=arg1 "org.foo.Arg2=arg 2" \
|
|
org.foo.Arg3=arg3
|
|
|
|
Label=org.foo.Arg0=arg0
|