mirror of
https://github.com/containers/podman.git
synced 2025-11-30 01:58:46 +08:00
When possible use a generic function to add strings and booleans Adjust tests Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
9 lines
366 B
Plaintext
9 lines
366 B
Plaintext
## assert-podman-args "--sysctl" "net.ipv6.conf.all.disable_ipv6=1"
|
|
## assert-podman-args "--sysctl" "net.ipv6.conf.all.use_tempaddr=1"
|
|
## assert-podman-args "--sysctl" "net.ipv4.conf.lo.force_igmp_version=0"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
Sysctl=net.ipv6.conf.all.disable_ipv6=1 net.ipv6.conf.all.use_tempaddr=1
|
|
Sysctl=net.ipv4.conf.lo.force_igmp_version=0
|