作者:fuhuan9479184787 | 来源:互联网 | 2023-09-11 19:19
我们国内使用官方Docker Hub仓库实在是太慢了,很影响效率
使用命令编辑文件:
vim /etc/docker/daemon.json
腾讯云服务器
{"registry-mirrors": ["https://mirror.ccs.tencentyun.com"]
}
阿里云加速器
链接:https://yq.aliyun.com/articles/29941
一般是要登陆到控制台,然后拷贝一下你的加速链接到 /etc/docker/daemon.json 此文件。
保存重启服务
systemctl daemon-reload
systemctl restart docker