Network timed out while trying to connect to https://index.docker.io

前端 未结 19 1739
执念已碎
执念已碎 2021-01-29 17:27

I installed Docker-Toolbox just now while following their webpage

I started with Docker QuickStart Terminal and see following

                      


        
19条回答
  •  Happy的楠姐
    2021-01-29 18:09

    I had the same problem this morning and the following fixed it for me:

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

    It appears that this is due to the Docker virtual machine getting itself into a strange state. There is an open github issue here

提交回复
热议问题