如何修改 Docker 的镜像源
Posted on Wed, 25 Dec 2024 11:13:44 +0800 by LiangMingJian
如何修改 Docker 的镜像源
修改配置文件
创建或修改 /etc/docker/daemon.json
文件,填入以下内容。
{
"registry-mirrors": ["https//hub-mirror.c.163.com"]
}
Docker中国区官方镜像:https://registry.docker-cn.com网易:http://hub-mirror.c.163.com中国科技大学 :https://docker.mirrors.ustc.edu.cn- 上述镜像似乎已过期,不建议使用,请自行检查。