Enable IPv6 in Docker
IPv6 support in Docker is required by infrastructure/salt-states/core-states!5 (merged).
This is implemented using the following daemon configuration:
{
"ipv6": true,
"fixed-cidr-v6": "2001:db8:1::/64"
}
IPv6 support in Docker is required by infrastructure/salt-states/core-states!5 (merged).
This is implemented using the following daemon configuration:
{
"ipv6": true,
"fixed-cidr-v6": "2001:db8:1::/64"
}