开发者社区> 问答> 正文

docker pull : image not found

已解决

registry.aliyuncs.com/dan/ubuntu_jdk8
这是我在阿里云上创建的公开的镜像仓库,docker pull 的结果如下...

[root@localhost xxx]# docker pull registry.aliyuncs.com/dan/ubuntu_jdk8 
Using default tag: latest
Trying to pull repository registry.aliyuncs.com/dan/ubuntu_jdk8 ... not found
Error: image dan/ubuntu_jdk8:latest not found

展开
收起
2016-03-30 22:02:12 10989 0
1 条回答
写回答
取消 提交回答
  • 采纳回答

    应该是tag不对吧,不加tag默认使用latest的tag,而你的这个仓库好像并没有
    docker pull registry.aliyuncs.com/dan/ubuntu_jdk8:v1
    v1: Pulling from dan/ubuntu_jdk8
    5a132a7e7af1: Pull complete
    fd2731e4c50c: Pull complete
    28a2f68d1120: Pull complete
    a3ed95caeb02: Pull complete
    48d7c390f26b: Pull complete
    93dd305d53e6: Pull complete
    71ac7edebcda: Pull complete
    911042ca57a5: Pull complete
    06b3783c783f: Pull complete
    75534730e2a6: Pull complete
    e030c7e43ca4: Pull complete
    3669909a636b: Pull complete
    Digest: sha256:eb768826f578a844b5b6248b97238b62ad3436a7a2e84d614c3c909911588ec0
    Status: Downloaded newer image for registry.aliyuncs.com/dan/ubuntu_jdk8:v1

    2019-07-17 18:36:31
    赞同 1 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
应用 Docker 进行持续交付:用技术改变交付路程 立即下载
从Docker到容器服务 立即下载
Docker@Alibaba——超大规模Docker化的实战经验 立即下载