fastnsilver / devbox

Experiments with Docker images for development
Apache License 2.0
0 stars 2 forks source link

tcp 162.242.195.84:443: connection timed out in ./build.sh #6

Open shainy opened 9 years ago

shainy commented 9 years ago

I am trying to setup in windows and everything worked well till ./build.sh . It failed showing error

time="2014-12-23T20:56:26Z" level="fatal" msg="Get https://index.docker.io/v1/re positories/library/busybox/images: dial tcp 162.242.195.84:443: connection timed out" Unable to find image 'busybox:latest' locally

I had setup proxy in Environmental variable as well as export commands in git bash. Can you suggest what could be done?

fastnsilver commented 9 years ago

@shainy I don't have access to a Windows environment. What I will say is that devbox has no dependencies on busybox. And none of the Docker images have and/or employ a build.sh. You could try clearing your docker images with docker rmi or docker rm, then try again.

Having said that others have reported something similar: https://github.com/docker/docker/issues/8422. Maybe an upgrade to Docker 1.3.0 may make the problem go away.