1. ホーム

[解決済み】https://index.docker.io に接続しようとすると、ネットワークがタイムアウトしました。

2022-04-12 13:05:51

質問

をインストールしました。 Docker-Toolbox(ドッカツールボックス に従って、先ほど ウェブページ

でスタートしました。 Docker QuickStart Terminal と表示され、次のようになります。

                        ##         .
                  ## ## ##        ==
               ## ## ## ## ##    ===
           /"""""""""""""""""\___/ ===
      ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ /  ===- ~~~
           \______ 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$ 

を実行しようとすると docker pull hello-world このように表示されます。

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$ 

どうしたんですか?

解決方法は?

今朝、同じ問題が発生したのですが、以下の方法で解決しました。

$ docker-machine restart default      # Restart the environment
$ eval $(docker-machine env default)  # Refresh your environment settings

Dockerの仮想マシンが勝手に変な状態になるのが原因のようです。オープンな github issueはこちら