docker pull hello-world 時的問題
老師幫忙看下這個問題,我在網上搜好像還沒搜到解決辦法
Error response from daemon: Get https://registry-1.docker.io/v2/library/hello-world/manifests/latest: dial tcp: lookup registry-1.docker.io on 192.168.65.1:53: too many redirects ?
老師幫忙看下這個問題,我在網上搜好像還沒搜到解決辦法
Error response from daemon: Get https://registry-1.docker.io/v2/library/hello-world/manifests/latest: dial tcp: lookup registry-1.docker.io on 192.168.65.1:53: too many redirects ?
2017-07-10
舉報
2020-05-03
使用國內的registry庫,如:
"registry-mirrors": [
? ? "http://hub-mirror.c.163.com"
? ],