I am attempting to pull and receiving the error below:
docker pull docker.elastic.co/elasticsearch/elasticsearch:6.1.2
Error response from daemon: Get https://docker.elastic.co/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
I have tried this in both PowerShell and WSL.
alexus
January 19, 2018, 4:52pm
2
works for me:
$ docker pull docker.elastic.co/elasticsearch/elasticsearch:6.1.2
Trying to pull repository docker.elastic.co/elasticsearch/elasticsearch ...
6.1.2: Pulling from docker.elastic.co/elasticsearch/elasticsearch
af4b0a2388c6: Pull complete
111337966b62: Pull complete
fbee5813122a: Pull complete
022f61aee72e: Pull complete
538f1ab05b96: Pull complete
10ba2958c64c: Pull complete
Digest: sha256:fa50fd1d0e93dcec5ef99079315fa3fef59245b96b94db28e89dffc4ecb6f72f
Status: Downloaded newer image for docker.elastic.co/elasticsearch/elasticsearch:6.1.2
$
Looks like a weird network thing with my employer. I tried it without my VPN and was able to get it to work.
system
(system)
Closed
February 16, 2018, 4:53pm
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.