blog icon indicating copy to clipboard operation
blog copied to clipboard

docker 国内镜像配置

Open iq9891 opened this issue 4 years ago • 0 comments

{
  "builder": {
    "gc": {
      "defaultKeepStorage": "20GB",
      "enabled": true
    }
  },
  "registry-mirrors": [
    "https://1nj0zren.mirror.aliyuncs.com",
    "https://docker.mirrors.ustc.edu.cn",
    "http://f1361db2.m.daocloud.io",
    "https://registry.docker-cn.com"
  ]
}

image

iq9891 avatar Sep 25 '21 12:09 iq9891