1、配置文件
vim /etc/docker/daemon.json
{
"registry-mirrors": ["http://hub-mirror.c.163.com"]
}
2、重启
systemctl restart docker
3、其它镜像
Docker中国区官方镜像 https://registry.docker-cn.com
中国科学技术大学 https://docker.mirrors.ustc.edu.cn
Docker 设置镜像源
阅读 74
2022-11-17
1、配置文件
vim /etc/docker/daemon.json
{
"registry-mirrors": ["http://hub-mirror.c.163.com"]
}
2、重启
systemctl restart docker
3、其它镜像
Docker中国区官方镜像 https://registry.docker-cn.com
中国科学技术大学 https://docker.mirrors.ustc.edu.cn
相关推荐
精彩评论(0)