总是报这样的错误
[root@localhost ~]# sudo docker run hello-world
Unable to find image 'hello-world:latest' locally
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp 34.237.244.67:443: i/o timeout.
See 'docker run --help'.
本地镜像找不到,所以去找外部仓库,你这地址https://registry-1.docker.io/v2/ 是自己本地弄的仓库地址吗?
如果不是,外部网络的话,就存在各种网络因素了,所以,要设置镜像加速器,用国内的厂商加速器就好。
你这个好像是没网