Docker:无法获取许多图像上的最新标签

Docker:无法获取许多图像上的最新标签

由于某种原因,我安装的 Docker 几乎无法运行任何镜像。例如,常见的hello-world镜像:

# docker run hello-world

Unable to find image 'hello-world:latest' locally
Trying to pull repository docker.io/library/hello-world ... 
Pulling repository docker.io/library/hello-world
Tag latest not found in repository docker.io/library/hello-world
docker: Tag latest not found in repository docker.io/library/hello-world.
See '/usr/bin/docker-current run --help'.

当然,hello-worldlatest标签

为什么docker无法找到latest标签?

相关内容