执行docker run hub.c.163.com/public/nginx 后提示找不到这个镜像
如下,执行了 run hub.c.163.com/public/nginx命令后,提示Unable to find image 'hub.c.163.com/public/nginx:latest' locally
镜像是安装成功的,而且docker images也能看到该镜像, 是什么问题啊?
[root@localhost xxx]# docker run hub.c.163.com/public/nginx Unable to find image 'hub.c.163.com/public/nginx:latest' locally docker: Error response from daemon: manifest for hub.c.163.com/public/nginx:latest not found. See 'docker run --help'.