无法从Docker Hub中提取Docker中的Docker映像
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了无法从Docker Hub中提取Docker中的Docker映像相关的知识,希望对你有一定的参考价值。
我正在Linux ol7中使用docker。我已经成功安装了码头工人。但是,当我尝试从Docker集线器中提取图像时,出现以下错误。
[root@xxxxx ~]# docker run hello-world
Unable to find image 'hello-world: latest' locally
docker: error during connect: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.39/images/create?fromImage=hello-world&tag=latest: EOF.
See 'docker run --help'.
我正在使用的Docker版本-Docker版本18.09.1-ol,内部版本e32a1bd
答案
尝试传递到完整的Docker注册表官方URL,从错误看来,它看起来像是在主机Docker套接字docker.sock
或其他地方,但不在官方注册表上。
docker run registry.hub.docker.com/library/hello-world
以上是关于无法从Docker Hub中提取Docker中的Docker映像的主要内容,如果未能解决你的问题,请参考以下文章
有啥方法可以从 docker hub 提取图像并使用 cloudbuild.yaml 部署到云运行