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速度慢解决方案的主要内容,如果未能解决你的问题,请参考以下文章

Centos7 docker pull速度特别慢

docker pull很慢解决办法

Docker配置阿里云镜像加速pull

修改 Docker Ubuntu镜像软件源

Docker解决下载镜像速度慢

【Windows Docker】docker挂载解决IO速度慢的问题