查看“Docker国内镜像的配置及使用”的源代码
←
Docker国内镜像的配置及使用
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
=err= <pre> tomcat$ docker pull tomcat Using default tag: latest Error response from daemon: Get https://registry-1.docker.io/v2/library/tomcat/manifests/latest: Get https://auth.docker.io/token?scope=repository%3Alibrary%2Ftomcat%3Apull&service=registry.docker.io: net/http: TLS handshake timeout docker build 报错: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/13/13efce2de9076d5e1f80373bd5ffa86743c91d74451a68cb63f9df9c08b0c054/data?verify=1592982438-zaYzzEYNl5or1tUf06eawIWZFQM%3D: dial tcp xxxxxx: i/o timeout </pre> =阿里云的Docker加速器= ==获取专属加速器地址 == 登录阿里云,访问 https://cr.console.aliyun.com/#/accelerator 获取专属Docker加速器地址 == 配置== ===安装/升级你的Docker客户端=== 推荐安装1.10.0以上版本的Docker客户端。 您可以通过阿里云的镜像仓库下载:docker-engine、docker-ce 或执行以下命令: curl -sSL http://acs-public-mirror.oss-cn-hangzhou.aliyuncs.com/docker-engine/internet | sh - ===如何使用Docker加速器=== <pre> #这个是我操作的 针对Docker客户端版本大于1.10的用户 您可以通过修改daemon配置文件/etc/docker/daemon.json来使用加速器: sudo mkdir -p /etc/docker sudo tee /etc/docker/daemon.json <<-'EOF' { "registry-mirrors": ["https://evanm59e5.mirror.aliyuncs.com"] } EOF sudo systemctl daemon-reload sudo systemctl restart docker </pre> <pre> docker pull mysql 8181cde51c65: Waiting error pulling image configuration: Get https://dseasb33srnrn.cloudfront.net/registry-v2/docker/registry/v2/blobs/sha256/51/5195076672a7e30525705a18f7d352c920bbd07a5ae72b30e374081fe660a011/data?Expires=1523301395&Signature=SeIRwHJuL7BX1PvJRCNRZNp5RL1fdqY1-pl6PaepgU-wbFrP0mCMNiT30Ro67Zu9AKlkvxtEy8rruXwZoSS3oKxlHpXK1xQO03Nq4C86LxzgE8rtLg6oQfgCCo5flw9J-4MqOJiKP7cRf~o4AT9ahUVd7nugMcnXbs2XROWFkq4_&Key-Pair-Id=APKAJECH5M7VWIS5YZ6Q: net/http: TLS handshake timeout 解决办法 上面的使用Docker加速器 </pre> =daocloud= curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://5a71e0d8.m.daocloud.io Copy 该脚本可以将 --registry-mirror 加入到你的 Docker 配置文件 /etc/docker/daemon.json 中。适用于 Ubuntu14.04、Debian、CentOS6 、CentOS7、Fedora、Arch Linux、openSUSE Leap 42.1 =参考= [https://www.zhihu.com/question/55135855 docker怎么修改拉取源从指定的国内仓库拉取镜像] [https://ieevee.com/tech/2016/09/28/docker-mirror.html 国内 docker 仓库镜像对比] http://www.cnblogs.com/anliven/p/6218741.html [https://www.jianshu.com/p/1a4025c5f186 Docker 国内镜像库加速] [[category:容器]][[category: container]]
返回至
Docker国内镜像的配置及使用
。
导航菜单
个人工具
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
我的导航
关于我
shell
python
ops
linuxchina.net
blog.linuxchina
最近更改
随机页面
帮助
工具
链入页面
相关更改
特殊页面
页面信息