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
Network timed out while trying to connect to https://index.docker.io/v1/repositories/arungupta/wildfly-mysql-javaee7/images. You may want to check your internet connection or if you are behind a proxy.
13
-
----
12
+
```
14
13
15
14
This section provide a couple of alternatives to solve this.
16
15
17
16
==== Restart Docker Machine
18
17
19
18
It seems like Docker Machine gets into a strange state and restarting it fixes that.
20
19
21
-
[source, text]
22
-
----
20
+
```console
23
21
docker-machine restart <MACHINE_NAME>
24
22
eval $(docker-machine env <MACHINE_NAME>)
25
-
----
23
+
```
26
24
27
25
==== Loading Images Offline
28
26
@@ -58,11 +56,10 @@ Accessing the WildFly and MySQL sample in Kubernetes gives 404 when you give the
58
56
59
57
This may be resolved by stopping the node and restarting the cluster again:
60
58
61
-
[source, text]
62
-
----
59
+
```console
63
60
vagrant halt minion-1
64
61
./cluster/kube-up.sh
65
-
----
62
+
```
66
63
67
64
These commands need to be given in the '`kubernetes`' directory.
68
65
@@ -84,3 +81,30 @@ And download the latest .iso
84
81
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.
85
82
86
83
Issue: https://github.com/docker/machine/issues/2186 is raised so that the docker-machine team can hopefully find a way around this.
84
+
85
+
=== "`You may be getting rate limited by Github`" error message
This should eliminate any issues you've been experiencing with rate limiting.
105
+
106
+
=== Docker Machine Troubleshooting
107
+
108
+
https://github.com/docker/machine/blob/master/README.md#troubleshooting[Docker Machine Troubleshooting] section has good tips on what can possibly go wrong with Docker Machine. Look there if your issue is not explained here.
Copy file name to clipboardExpand all lines: readme.html
+41-3Lines changed: 41 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -583,6 +583,8 @@ <h1>Docker and Kubernetes for Java Developers</h1>
583
583
<li><ahref="#_cannot_create_docker_machine_on_windows">Cannot create Docker Machine on Windows</a></li>
584
584
<li><ahref="#_no_route_to_host">No route to host</a></li>
585
585
<li><ahref="#_docker_machine_creation_fails_with_an_error_about_dial_tcp_i_o_timeout">Docker machine creation fails with an error about dial tcp: i/o timeout</a></li>
586
+
<li><ahref="#__you_may_be_getting_rate_limited_by_github_error_message">“You may be getting rate limited by Github” error message</a></li>
Network timed out while trying to connect to https://index.docker.io/v1/repositories/arungupta/wildfly-mysql-javaee7/images. You may want to check your internet connection or if you are behind a proxy.</code></pre>
<p>Issue: <ahref="https://github.com/docker/machine/issues/2186" class="bare">https://github.com/docker/machine/issues/2186</a> is raised so that the docker-machine team can hopefully find a way around this.</p>
5075
5077
</div>
5076
5078
</div>
5079
+
<divclass="sect2">
5080
+
<h3id="__you_may_be_getting_rate_limited_by_github_error_message">“You may be getting rate limited by Github” error message</h3>
<p><ahref="https://github.com/docker/machine/blob/master/README.md#troubleshooting">Docker Machine Troubleshooting</a> section has good tips on what can possibly go wrong with Docker Machine. Look there if your issue is not explained here.</p>
0 commit comments