0
点赞
收藏
分享

微信扫一扫

Docker 设置镜像源


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 条评论