环境:CentOS7
- 设置docker环境
[root@Master ~]# mkdir -p /etc/docker
[root@Master ~]# cd /etc/docker
[root@Master docker]# vi daemon.json
{
"registry-mirrors": ["https://docker.mirrors.ustc.edu.cn"]
}
- 重启服务
[root@Master docker]# systemctl daemon-reload
[root@Master docker]# systemctl restart docker
- 查看
Registry Mirrors:
https://docker.mirrors.ustc.edu.cn/