[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).
连接外网就可以,那是国外网站
官方的docker hub 有时候访问有问题,所以一般都修改成国内的dockercloud, 具体配置方法网上搜一下就知道了
registry-1.docker.io请求超时了