前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >docker pull centos慢问题的解决方案

docker pull centos慢问题的解决方案

作者头像
星哥玩云
发布2022-07-26 17:56:34
7390
发布2022-07-26 17:56:34
举报
文章被收录于专栏:开源部署

1.现象

如果直接docker pull CentOS 两个小时才down下来8M,很慢

2.解决

[root@localhost network-scripts]# cd /etc/docker [root@localhost docker]# ls certs.d  daemon.json  key.json  seccomp.json [root@localhost docker]# cat daemon.json {} [root@localhost docker]# vi daemon.json

{ "registry-mirrors": ["https://mj9kvemk.mirror.aliyuncs.com"] }

重启docker

[root@localhost docker]# service docker restart Redirecting to /bin/systemctl restart docker.service [root@localhost docker]#

重新拉取,秒秒钟

[root@localhost docker]# docker pull centos Using default tag: latest Trying to pull repository docker.io/library/centos ... latest: Pulling from docker.io/library/centos 8ba884070f61: Pull complete Digest: sha256:8d487d68857f5bc9595793279b33d082b03713341ddec91054382641d14db861 Status: Downloaded newer image for docker.io/centos:latest [root@localhost docker]#

 3.验证

[root@localhost docker]# docker images REPOSITORY          TAG                IMAGE ID            CREATED            SIZE docker.io/centos    latest              9f38484d220f        10 days ago        202 MB [root@localhost docker]#

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
相关产品与服务
容器镜像服务
容器镜像服务(Tencent Container Registry,TCR)为您提供安全独享、高性能的容器镜像托管分发服务。您可同时在全球多个地域创建独享实例,以实现容器镜像的就近拉取,降低拉取时间,节约带宽成本。TCR 提供细颗粒度的权限管理及访问控制,保障您的数据安全。
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档