启用 IPV6 支持

    • 基于 NAT
    • 请使用最新版本的 Docker
    1. vi /etc/docker/daemon.json
    1. systemctl restart docker

    修改完成后的 daemon.json 供参考

    1. {
    2. "experimental": true,
    3. "ip6tables": true,
    4. "ipv6": true,
    5. "live-restore": true,
    6. "log-driver": "json-file",
    7. "max-size": "10m"
    8. },
    9. "registry-mirrors": [
    10. "https://hub-mirror.c.163.com",
    11. "http://f1361db2.m.daocloud.io"
    12. }