Docker国内镜像站点
2021-02-03 本文已影响0人
CokeCode
修改Docker的JSON配置文件,在registry-mirrors
列表中添加:
"registry-mirrors": [
"http://f1361db2.m.daocloud.io",
"http://hub-mirror.c.163.com",
"https://registry.docker-cn.com",
"https://docker.mirrors.ustc.edu.cn"
]