You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapters/docker-troubleshooting.adoc
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,3 +74,22 @@ vagrant halt minion-1
74
74
----
75
75
76
76
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
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