docker run出现问题(Client.Timeout exceeded while awaiting headers)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
在拉取镜像的时候报错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 年前
更多推荐
已为社区贡献3条内容
所有评论(0)