docker
[docker] ipv6 지원
'김용환'
2017. 11. 24. 10:55
docker에서는 ipv6를 기본으로 지원하지 않고, --ipv6 옵션을 줘야 활성화된다.
https://docs.docker.com/engine/userguide/networking/default_network/ipv6/
By default, the Docker daemon configures the container network for IPv4 only. You can enable IPv4/IPv6 dualstack support by running the Docker daemon with the --ipv6
flag. Docker will set up the bridge docker0
with the IPv6 link-local address fe80::1
.