我在centos上安装了docker,并且也把镜像地址换成了网易的http://hub-mirror.c.163.com,但是还是无法拉取镜像,并且hello-world也执行不了,是什么原因?
Handler for POST /v1.26/containers/create returned error: No such image: hello-world:latest
Error getting v2 registry: Get http://hub-mirror.c.163.com/v2/: net/http: request canceled...ting headers
Attempting next endpoint for pull after error: Get http://hub-mirror.c.163.com/v2/: net/http...ting headers
当我执行 curl http://hub-mirror.c.163.com/v2/时也提示curl: (7) Failed connect to hub-mirror.c.163.com:80; Operation now in progress
163的这个地址不对 https://c.163yun.com/hub#/library 这里找,然后按照你找的的pull
我刚换成了阿里的也不行
@灬丶: 阿里云的 参考这个配置加速
163的直接用 https://c.163yun.com/hub#/library/repository/info?repoId=34287 docker pull hub.c.163.com/library/hello-world:latest 就行
@2012: Error parsing reference: "https://2vkic9g5.mirror.aliyuncs.com/library/hello-world:latest" is not a valid repository/tag: invalid reference format
这个我试了好多种写法docker pull https://2vkic9g5.mirror.aliyuncs.com/library/hello-world:latest