mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 16:35:45 +00:00
The Sysctl=name=value entry can be used to set --sysctl=name=value directly without the need to use PodmanArgs=--sysctl=name=value. Signed-off-by: Laurenz Kruty <git@laurenzkruty.de>
8 lines
360 B
Text
8 lines
360 B
Text
## 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
|