启用 IPV6 支持
- 基于 NAT
- 请使用最新版本的 Docker
vi /etc/docker/daemon.json
systemctl restart docker
修改完成后的 daemon.json 供参考
{
"experimental": true,
"ip6tables": true,
"ipv6": true,
"live-restore": true,
"log-driver": "json-file",
"max-size": "10m"
},
"registry-mirrors": [
"https://hub-mirror.c.163.com",
"http://f1361db2.m.daocloud.io"
}