Skip to content

Commit 102c213

Browse files
Wessel van Norelrafabene
authored andcommitted
Added information on how to work around the problem downloading the boot2docker.iso automatically.
1 parent a6faaa6 commit 102c213

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

chapters/docker-troubleshooting.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,22 @@ vagrant halt minion-1
7474
----
7575

7676
These commands need to be given in the '`kubernetes`' directory.
77+
78+
=== Docker machine creation fails with an error about dial tcp: i/o timeout
79+
80+
If you get the following error when creating a docker machine
81+
82+
[source, text]
83+
----
84+
Error creating machine: Error in driver during machine creation: Get https://api.github.com/repos/boot2docker/boot2docker/releases: dial tcp: i/o timeout
85+
----
86+
87+
Then you need to go to the boot2docker releases page on
88+
89+
https://github.com/boot2docker/boot2docker/releases
90+
91+
And download the latest .iso
92+
93+
After that you can move that iso to the docker cache directory. This is located in `~/.docker/machine/cache` on Mac & Linux and `/Users/yourUserName/.docker/machine/cache` on Windows.
94+
95+
Issue: https://github.com/docker/machine/issues/2186 is raised so that the docker-machine team can hopefully find a way around this.

0 commit comments

Comments
 (0)