Enable Podman ipv6 support by default

This commit is contained in:
Shane McDonald 2022-02-16 11:43:02 -05:00
parent e9a8175fd7
commit 88f66d5c51

View File

@ -996,4 +996,4 @@ DEFAULT_CONTROL_PLANE_QUEUE_NAME = 'controlplane'
# Extend container runtime attributes.
# For example, to disable SELinux in containers for podman
# DEFAULT_CONTAINER_RUN_OPTIONS = ['--security-opt', 'label=disable']
DEFAULT_CONTAINER_RUN_OPTIONS = []
DEFAULT_CONTAINER_RUN_OPTIONS = ['--network', 'slirp4netns:enable_ipv6=true']