docker pull 下载镜像太慢,更换源进行网络加速的解决方案

我在win下,下载太慢了,不得以只能寻找国内的下载源。

推荐国内镜像源网站:https://www.daocloud.io/mirror#accelerator-doc

里面有简单的介绍,接下来就 win10 下我的配置贴在下面

 

{
  "registry-mirrors": [
    "http://f1361db2.m.daocloud.io"
  ],
  "insecure-registries": [],
  "debug": true,
  "experimental": false
}

docker pull 下载镜像太慢,更换源进行网络加速的解决方案_第1张图片

 

参考:https://blog.csdn.net/qq_38630656/article/details/89433533

你可能感兴趣的:(小玩意儿)