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
Post a Comment