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

前端 未结 19 1564
执念已碎
执念已碎 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条回答
  •  故里飘歌
    2021-01-29 18:18

    On Windows this happened when I moved from a work network to a home network.

    To solve it, run:

    1. docker-machine stop
    2. docker-machine start
    3. docker-env
    4. "C:\Program Files\Docker Toolbox\docker-machine.exe" env | Invoke-Expression

提交回复
热议问题