Daily Plan
更新: 5/3/2025 字数: 0 字 时长: 0 分钟
Daily Study
更新: 5/3/2025 字数: 0 字 时长: 0 分钟
Windows上的Docker配置
Docker Engine配置
{
"features": {
"buildkit": true
},
"experimental": true,
"registry-mirrors": [
"https://docker.mirrors.ustc.edu.cn",
"http://hub-mirror.c.163.com",
"https://registry.docker-cn.com",
"https://eswl3ksh.mirror.aliyuncs.com"
]
}
Github上的一个项目,查找最快的docker镜像,不过只能用于非Windows:silenceshell/docker_mirror: 查找最快的docker镜像 (github.com)