Beim Versuch, eine Verbindung zu https://index.docker.io herzustellen, ist das Zeitlimit des Netzwerks abgelaufen

Ich installiert Docker-Toolbox gerade jetzt, während Sie nach Ihrer Webseite

Begann ich mit Docker QuickStart Terminal und sehen folgende

                        ##         .
                  ## ## ##        ==
               ## ## ## ## ##    ===
           /"""""""""""""""""\___/===
      ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
           \______ o           __/
             \    \         __/
              \____\_______/


docker is configured to use the default machine with IP 192.168.99.100
For help getting started, check out the docs at https://docs.docker.com

bash-3.2$ 

Aber wenn ich versuche, führen Sie docker pull hello-world, das ist, was ich sehe

bash-3.2$ docker run hello-world
Unable to find image 'hello-world:latest' locally
Pulling repository docker.io/library/hello-world
Network timed out while trying to connect to https://index.docker.io/v1/repositories/library/hello-world/images. You may want to check your internet connection or if you are behind a proxy.
bash-3.2$ 

Was ist falsch?

InformationsquelleAutor der Frage daydreamer | 2015-08-13

Schreibe einen Kommentar