问题:在安装Docker时,测试是否成功安装,出现问题Unable to find image 'hello-world:latest' locally

问题详情是这样-----

Unable to find image 'hello-world: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).
See 'docker run --help'.

这个时候不要害怕,docker只是还没有下载这个镜像,所以我们重复命令,

这时我们就会发现,Docker从Docker Hub上获取到最新的Hello World镜像,下载到了本地

问题:在安装Docker时,测试是否成功安装,出现问题Unable to find image 'hello-world:latest' locally_第1张图片

我们再运行一次就可以看出,已经完成安装

问题:在安装Docker时,测试是否成功安装,出现问题Unable to find image 'hello-world:latest' locally_第2张图片

你可能感兴趣的:(python项目开发,Docker)