docker - what is Server error: Status 0 while fetching image layer -



docker - what is Server error: Status 0 while fetching image layer -

basic tests not pass

sudo docker run -i -t ubuntu /bin/bash

https://docs.docker.com/installation/ubuntulinux/

i on ubuntu 14 lts 64 bits

docker version

client version: 1.3.1 client api version: 1.15 go version (client): go1.3.3 git commit (client): 4e9bbfa os/arch (client): linux/amd64 server version: 1.3.1 server api version: 1.15 go version (server): go1.3.3 git commit (server): 4e9bbfa

error message:

error pulling image (latest) ubuntu, server error: status 0 while fetching image layer (511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158)

what error message means

server error: status 0 while fetching image layer

looking @ the code throwing error, seems didn't response when trying contact registry (otherwise status code set response).

this happen variety of reasons, though firewall / network issue one.

turning on debug logging (on docker daemon, might have restart take effect) should create error apparent in docker daemon logs (there debugf statement few lines actual error).

generally speaking, docker code pretty readable, , it's easy right version since have git commit in docker version.

docker boot2docker dockerhub

Comments

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -