arun-gupta / docker-java

Docker for Java Developers
386 stars 230 forks source link

Not able to download boot2docker #105

Closed Schreuderjg closed 8 years ago

Schreuderjg commented 8 years ago

Hi, i'm not able to download boot2docker, while trying to create a virtual-machine.

Getting the following error:

/usr/local/bin$ sudo docker-machine create --driver=virtualbox lab No default boot2docker iso found locally, downloading the latest release... Error creating machine: Get https://api.github.com/repos/boot2docker/boot2docker/releases: dial tcp: i/o timeout You will want to check the provider to make sure the machine and associated resources were properly removed.

delgurth commented 8 years ago

Just go to https://github.com/boot2docker/boot2docker/releases and click on the boot2docker.iso (v1.9.0)

After that move that .iso to the docker cache directory (~/.docker/machine/cache on mac / linux /Users/yourUsername/.docker/machine/cache on windows)

I'm working on a pull request right now to put this workaround in the documentation.

Schreuderjg commented 8 years ago

thx will try that.

arun-gupta commented 8 years ago

Merged and integrated!