首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >码头搜索找到图像,但不能拉

码头搜索找到图像,但不能拉
EN

Stack Overflow用户
提问于 2015-03-09 21:44:07
回答 1查看 4K关注 0票数 4

我需要构建一个32-bit Ubuntu映像,所以我需要

代码语言:javascript
复制
➜  ~  docker search 32bit/ubuntu  
NAME                                       DESCRIPTION                                     STARS     OFFICIAL   AUTOMATED
32bit/ubuntu                               Ubuntu for i386 (32bit)                         9                    
32bit/ubuntu-upstart                       ubuntu-upstart for i386 (32bit)                 1                    
pgeraghty/casperjs_slimerjs_ubuntu_32bit                                                   0                    [OK]
pgeraghty/slimerjs_ubuntu_32bit                                                            0                    [OK]
cato1971/ubuntu                            Base 32-bit Ubuntu image from cato1971/ubu...   0                    [OK]
osrf/ubuntu_32bit                          Ubuntu 32bit images                             0                    
cato1971/ubuntu-32bit                      Base Ubuntu 32 bit image                        0                    
souzaonofre/ubuntu-32bits                  Ubuntu 32bits images                            0                    
➜  ~  docker pull 32bit/ubuntu 
Pulling repository 32bit/ubuntu
FATA[0001] Tag latest not found in repository 32bit/ubuntu 
➜  ~  

那么这里出了什么问题?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2015-03-09 21:47:05

32bit/ubuntu不是图像,而是包含一个或多个图像的存储库,每个映像都是由标记标识的。当您不指定标记时,Docker默认为标记latest,但32bit/ubuntu:latest不存在。As we can see on the repository's page on the Docker Hub Registry,唯一可用的标记是14.04,所以您需要拉(并运行) 32bit/ubuntu:14.04

票数 9
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/28952330

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档