Docker pull速度慢解决方案
Posted Qianwen℡
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Docker pull速度慢解决方案相关的知识,希望对你有一定的参考价值。
编辑daemon.json文件(没有该文件则新建):
vim /etc/docker/daemon.json
插入以下国内镜像地址:
{
"registry-mirrors": [
"https://9cpn8tt6.mirror.aliyuncs.com",
"https://8bhew391.mirror.aliyuncs.com",
"https://almtd3fa.mirror.aliyuncs.com",
"https://hccwwfjl.mirror.aliyuncs.com",
"https://registry.docker-cn.com",
"http://hub-mirror.c.163.com"
]
}
重启Docker服务:
systemctl daemon-reload
systemctl restart docker
以上是关于Docker pull速度慢解决方案的主要内容,如果未能解决你的问题,请参考以下文章