Skip to content

Win10Docker镜像代理配置

100.png

json
{
  "builder": {
    "gc": {
      "defaultKeepStorage": "20GB",
      "enabled": true
    }
  },
  "experimental": false,
  "features": {
    "buildkit": true
  },
  "registry-mirrors": [
    "https://docker.m.daocloud.io",
    "https://j6dalcd1.mirror.aliyuncs.com"
  ]
}