You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed registry into a podman pod, but when starting it, it -only- listens on IPV6. But I have IPV6 disabled in sysctl.d. How can this be?
I've searched through these GH pages and find no environment variable to disable IPV6. In podman run I've tried --net slirp4netns:enable_ipv6=false and -e "extra_params=--o:net.proto=IPv4" but neither has any effect.
The text was updated successfully, but these errors were encountered:
Installed registry into a podman pod, but when starting it, it -only- listens on IPV6. But I have IPV6 disabled in sysctl.d. How can this be?
I've searched through these GH pages and find no environment variable to disable IPV6. In podman run I've tried --net slirp4netns:enable_ipv6=false and -e "extra_params=--o:net.proto=IPv4" but neither has any effect.
The text was updated successfully, but these errors were encountered: