mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-10 02:45:44 +00: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>
11 lines
398 B
SYSTEMD
11 lines
398 B
SYSTEMD
## assert-podman-final-args systemd-subnet-trio.multiple
|
|
## assert-podman-args "--subnet=192.168.1.0/24" "--gateway=192.168.1.1" "--ip-range=192.168.1.0/32"
|
|
## assert-podman-args "--subnet=192.168.2.0/24" "--gateway=192.168.2.1" "--ip-range=192.168.2.0/32"
|
|
|
|
[Network]
|
|
Subnet=192.168.1.0/24
|
|
Subnet=192.168.2.0/24
|
|
Gateway=192.168.1.1
|
|
Gateway=192.168.2.1
|
|
IPRange=192.168.1.0/32
|
|
IPRange=192.168.2.0/32
|