我是碼頭工人的新手。我嘗試運行Docker:無法運行hello-world。 Windows 10
$ docker run hello-world
而且我得到了這個錯誤:
$ docker run hello-world
Unable to find image 'hello-world:latest' locally
Pulling repository docker.io/library/hello-world
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: 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..
See 'C:\Program Files\Docker\Docker\Resources\bin\docker.exe run --help'.
我也允許爲這個應用程序的所有點的防火牆 screenshot
我有點害怕,當我看到它 HTTP: //prntscr.com/ceuei8 –
問題解決了。 我關閉了電腦上的hyper-v,之後我刪除了所有這些hyper-v適配器並打開了hyper-v。之後,一切正常。 –
感謝 - 很高興它爲你解決 - 第一步很容易陷入像hyperv與其他虛擬環境以及IP/docker網絡設置的陷阱...不斷嘗試 - 這是一個偉大的一塊軟件。 – Pixelartist