问答详情
源自:2-1 docker架构介绍与实战

我linux刚刚安装后 为什么运行不了呢如下:


[root@localhost ~]# docker run ubuntu echo hello docker

Unable to find image 'ubuntu:latest' locally

docker: Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).


提问者:慕粉5313374 2020-01-08 17:16

个回答

  • Emrnest
    2020-03-13 09:46:09

    连接外网就可以,那是国外网站

  • 慕哥1589388
    2020-02-22 19:32:17

    官方的docker hub 有时候访问有问题,所以一般都修改成国内的dockercloud, 具体配置方法网上搜一下就知道了

  • liangzai_cool
    2020-01-08 20:27:35

    registry-1.docker.io请求超时了