Docker连接问题 - 连接超时

时间:2016-03-25 11:28:08

标签: docker

我在这里跟随Docker教程:withExcept :: (e -> e') -> Except e a -> Except e' a

我能够运行docker search whalesay暗示初始设置正在运行。

我尝试了Error response from daemon: Get https://index.docker.io/v1/search?q=whalesay: dial tcp: lookup index.docker.io on 192.168.0.1:53: read udp 10.0.2.15:58317->192.168.0.1:53: i/o timeout ,但收到此错误

docker pull hello-world

运行Using default tag: latest Pulling repository docker.io/library/hello-world Network timed out while trying to connect to https://index.docker.io/v1/repositories/library/hello-world/images. You may want to check your internet connection or if you are behind a proxy. 会提供此输出

curl -v https://index.docker.io:443

运行* Adding handle: conn: 0x7f9c01002200 * Adding handle: send: 0 * Adding handle: recv: 0 * Curl_addHandleToPipeline: length: 1 * - Conn 0 (0x7f9c01002200) send_pipe: 1, recv_pipe: 0 * About to connect() to index.docker.io port 443 (#0) * Trying 52.72.231.247... * Connected to index.docker.io (52.72.231.247) port 443 (#0) * TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 * Server certificate: *.docker.io * Server certificate: RapidSSL SHA256 CA - G3 * Server certificate: GeoTrust Global CA > GET / HTTP/1.1 > User-Agent: curl/7.30.0 > Host: index.docker.io > Accept: */* > < HTTP/1.1 301 MOVED PERMANENTLY * Server nginx/1.6.2 is not blacklisted < Server: nginx/1.6.2 < Date: Fri, 25 Mar 2016 11:19:56 GMT < Content-Type: text/html; charset=utf-8 < Transfer-Encoding: chunked < X-Frame-Options: SAMEORIGIN < Location: https://registry.hub.docker.com/ < Strict-Transport-Security: max-age=31536000 < * Connection #0 to host index.docker.io left intact 会提供此输出

{{1}}

我不确定这里的问题是什么。我需要研究哪些网络设置?

0 个答案:

没有答案