Home Docker Windows下,使用镜像mirrorproxy
Post
Cancel

Docker Windows下,使用镜像mirrorproxy

refer to: https://github.com/dongyubin/DockerHub

点击docker desktop, 点击设置, 

{
  "builder": {
    "gc": {
      "defaultKeepStorage": "20GB",
      "enabled": true
    }
  },
  "registry-mirrors": [
    "https://docker.1panel.live",
    "https://docker.1ms.run",
    "https://dytt.online",
    "https://docker-0.unsee.tech",
    "https://lispy.org",
    "https://docker.xiaogenban1993.com",
    "https://666860.xyz",
    "https://hub.rat.dev",
    "https://docker.m.daocloud.io",
    "https://demo.52013120.xyz",
    "https://proxy.vvvv.ee",
    "https://registry.cyou"
  ],
  "experimental": false
}
This post is licensed under CC BY 4.0 by the author.