My docker was stuck by down whalesay, what should I do? -


i new docker, , learn start docker, went wrong docker pull whalesay: it's big, , download stuck.

my operating system os x ei capitan.
here docker version:

jocelyndemacbook-pro:~ jocelyn$ docker version client:  version:      1.9.1  api version:  1.21  go version:   go1.4.3  git commit:   a34a1d5  built:        fri nov 20 17:56:04 utc 2015  os/arch:      darwin/amd64  server:  version:      1.9.1  api version:  1.21  go version:   go1.4.3  git commit:   a34a1d5  built:        fri nov 20 17:56:04 utc 2015  os/arch:      linux/amd64 

from mac, shutdown current vm (i suspect named default: docker-machine ls make sure of name)

docker-machine stop default 

then restart:

docker-machine start default docker-machine ssh default 

and try pull image.


note issue 12823 "docker can hang indefinitely waiting nonexistant process pull image" being addressed pr 19743 "set idle timeouts http reads , writes in communications registry": commit e23ea05, possibly docker 1.10 february.

if remote size becomes unresponsive reason... @ least timeout.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -