码迷,mamicode.com
首页 > 其他好文 > 详细

Centos7 docker pull速度特别慢

时间:2019-09-04 00:27:00      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:com   http   rest   bsp   daemon   tps   nbsp   tar   str   

vim /etc/docker/daemon.json

{
"registry-mirrors" : ["https://docker.mirrors.ustc.edu.cn"]
}

systemctl restart docker

或者
{
"registry-mirrors": ["https://9cpn8tt6.mirror.aliyuncs.com"]
}

 

速度最快的源

{

"registry-mirrors": ["http://f1361db2.m.daocloud.io"]

}

Centos7 docker pull速度特别慢

标签:com   http   rest   bsp   daemon   tps   nbsp   tar   str   

原文地址:https://www.cnblogs.com/Yang34/p/11456328.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!