我在Linux ol7中使用docker。我已经成功安装了码头工人。但是,当我尝试从docker hub提取图像时,出现以下错误。
[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