Docker pull of 5.1.2 fails with Client.Timeout exceeded while awaiting headers

Hi all,

When trying to pull the 5.1,2 docker image I am getting a failure Client.Timeout exceeded while awaiting headers

PS C:> docker pull docker.elastic.co/elasticsearch/elasticsearch:5.1.2
Error response from daemon: Get https://docker.elastic.co/v2/elasticsearch/elasticsearch/manifests/5.1.2: Get https://co
ntainer-registry.elastic.co:7000/auth?scope=repository%3Aelasticsearch%2Felasticsearch%3Apull&service=token-service: net
/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

Pulling from the docker hub works.

Any suggestions?

PS C:> docker info
Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 1
Server Version: 1.12.6
Storage Driver: aufs
Root Dir: /var/lib/docker/aufs
Backing Filesystem: extfs
Dirs: 18
Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: overlay null host bridge
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Security Options: seccomp
Kernel Version: 4.4.41-moby
Operating System: Alpine Linux v3.4
OSType: linux
Architecture: x86_64
CPUs: 2
Total Memory: 1.919 GiB
Name: moby
ID: HU53:RARP:YERG:EHQF:ASBG:25PD:6LTP:C4GL:DWI7:WUL4:NLGP:HJGH
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): true
File Descriptors: 13
Goroutines: 22
System Time: 2017-01-13T18:17:34.2370698Z
EventsListeners: 0
Registry: https://index.docker.io/v1/
WARNING: No kernel memory limit support
Insecure Registries:
127.0.0.0/8

I had no issues pulling the image just now. Would you mind trying again?

Seems to be related to running a Windows host, my Mac does not have the problem. On Windows the problem persists though.

"docker pull eleasticsearch" runs just fine on Windows and am I able to run 5.1.1 that way as a container.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.