在拉取镜像的时候报错Client.Timeout exceeded while awaiting headers

原因:延迟较大,网络连接出现问题

 

解决办法

dotcloud官方页面内也有不同操作系统的教程

 

这里贴出Linux下的解决方案:

①  curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://f1361db2.m.daocloud.io

该脚本可以将 --registry-mirror 加入到你的 Docker 配置文件 /etc/docker/daemon.json 中。适用于 Ubuntu14.04、Debian、CentOS6 、CentOS7、Fedora、Arch Linux、openSUSE Leap 42.1,其他版本可能有细微不同

上面的命令会在/etc/docker/daemon.json文件添加上如下配置

加载配置文件、重启docker

$systemctl daemon-reload

$systemctl restart docker 

重新拉取镜像(成功)

GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐