码迷,mamicode.com
首页 > 其他好文 > 详细

docker search 详解

时间:2018-12-26 19:58:47      阅读:776      评论:0      收藏:0      [点我收藏+]

标签:关于自动   mat   arch   tom   镜像仓库   .com   color   search   构建   

docker search 用于从 Docker Hub 中搜索指定的镜像,用法如下:

[root@localhost ~]$ docker search centos
NAME                               DESCRIPTION                                     STARS    OFFICIAL    AUTOMATED
centos                             The official build of CentOS.                   5071     [OK]                
ansible/centos7-ansible            Ansible on Centos7                              119                  [OK]
jdeathe/centos-ssh                 CentOS-6 6.10 x86_64 / CentOS-7 7.5.1804 x86…   104                  [OK]
consol/centos-xfce-vnc             Centos container with "headless" VNC session…   73                   [OK]        
NAME           # 镜像仓库
DESCRIPTION    # 镜像描述信息
STARS          # 镜像收藏数
OFFICIAL       # 是否为docker官方发布的镜像
AUTOMATED      # 是否为自动化构建的镜像,关于自动化构建,可以查看官方文档:https://docs.docker.com/docker-hub/builds/#how-automated-builds-work

 

 

 

 

    

docker search 详解

标签:关于自动   mat   arch   tom   镜像仓库   .com   color   search   构建   

原文地址:https://www.cnblogs.com/pzk7788/p/10180646.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!