docker - 使用镜像加速服务 - docker mirrors windows
访问量: 439
2024.12.26
refer to:
https://cloud.tencent.com/developer/article/2434428
直接用下面这个,
{
"builder": {
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"registry-mirrors": [
"https://docker.m.daocloud.io"
],
"experimental": false
}
下面的不用看了
https://github.com/docker-practice/docker-registry-cn-mirror-test/actions/runs/3921115326
https://www.runoob.com/docker/docker-mirror-acceleration.html
https://yeasy.gitbook.io/docker_practice/install/mirror
哪些docker mirror 可用
上面的github项目特别好,
可以看到所有的docker 的可用列表。

无脑解决办法:
使用这个 镜像:
