国内连接docker官网很慢修改docker中配置,添加对应中国docker加速器。

版权声明:凡由本人原创,如有转载请注明出处https://me.csdn.net/qq_41424519,谢谢合作 https://blog.csdn.net/qq_41424519/article/details/86991660

国内连接docker官网很慢修改docker中配置,添加对应中国docker加速器。

    vi  /etc/docker/daemon.json
    {
        "registry-mirrors": ["https://registry.docker-cn.com"],
        "live-restore": true
    }
 

猜你喜欢

转载自blog.csdn.net/qq_41424519/article/details/86991660