问答详情
源自:6-1 运行nginx镜像

执行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'.



提问者:马大头 2018-09-06 15:37

个回答

  • liuth
    2019-10-12 15:39:10

    直接 docker pull nginx 也好使


  • 慕粉9256971
    2018-12-20 15:51:17

    额,c.163.com你去打开这个网址,它现在不是这样了,自动跳转到网易云了,去里面找镜像仓库还得注册一下……

  • WINQI
    2018-09-07 15:23:57

    直接使用docker run nginx了? 你可以使用mv命令给你的nginx镜像重起一个名称试试