在Debian主机上获取镜像时,Docker超时

我在Debian上运行docker。 由于今天它完美的,但今天我从这台机器严重的连接错误。 我试图拉我的boot2docker maschine的图像,它也可以,但在debian服务器上挂起。

$ uname -a Linux hostname.tld 3.16.0-0.bpo.4-amd64#1 SMP Debian 3.16.7-ckt2-1〜bpo70 + 1(2014-12-08)x86_64 GNU / Linux

$ sudo docker版本客户端版本:1.4.1客户端API版本:1.16 Go版本(客户端):go1.3.3 Git commit(客户端):5bc2ff8 OS / Arch(客户端):linux / amd64服务器版本:1.4.1服务器API版本:1.16 Go版本(服务器):go1.3.3 Git commit(服务器):5bc2ff8

$ docker pull node:最新拉取资源库节点

FATA获取https://index.docker.io/v1/repositories/library/node/images:readt 162.242.195.84:443:I / O超时

我不知道为什么我今天有超时。 请帮我弄清楚什么是错的。

这里是日志:

time="2015-01-31T23:09:21+01:00" level="info" msg="POST /v1.16/images/create?fromImage=node%3Alatest" time="2015-01-31T23:09:21+01:00" level="info" msg="+job pull(node, latest)" time="2015-01-31T23:09:21+01:00" level="info" msg="+job trust_update_base()" time="2015-01-31T23:09:21+01:00" level="info" msg="-job trust_update_base() = OK (0)" time="2015-01-31T23:10:21+01:00" level="error" msg="Error from V2 registry: Get https://registry-1.docker.io/v2/manifest/library/node/latest: read tcp 162.242.195.84:443: i/o timeout" time="2015-01-31T23:11:22+01:00" level="error" msg="Get https://registry-1.docker.io/v1/repositories/library/node/tags: read tcp 162.242.195.84:443: i/o timeout" Get https://registry-1.docker.io/v1/repositories/library/node/tags: read tcp 162.242.195.84:443: i/o timeout time="2015-01-31T23:11:22+01:00" level="info" msg="-job pull(node, latest) = ERR (1)" 

我通过添加公共http代理到我的configuration解决了这个问题。