-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Feature Request: Option to Disable IPv4 Stack and Exclusively Use IPv6 #32850
Copy link
Copy link
Closed
Labels
area/networkingNetworkingNetworkingarea/networking/ipv6NetworkingNetworkingkind/featureFunctionality or other elements that the project doesn't currently have. Features are new and shinyFunctionality or other elements that the project doesn't currently have. Features are new and shiny
Description
Currently the only way to run docker containers with only an IPv6 stack is to run with host networking on a host running only IPv6. For any other network type, if no IPv4 addresses are specified, they are automatically generated and assigned to the containers.
While it may be reasonable to default to operating in dual-stack mode, it would be good to have an option to create docker networks without an IPv4 stack by supplying a flag like --no-ipv4 or something similar. I'm working in an IPv6-only environment and the automatic v4 addresses are causing problems with things like name resolution.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/networkingNetworkingNetworkingarea/networking/ipv6NetworkingNetworkingkind/featureFunctionality or other elements that the project doesn't currently have. Features are new and shinyFunctionality or other elements that the project doesn't currently have. Features are new and shiny