docker search - 搜尋鏡像

使用docker search 命令能夠搜索docker hub官方倉庫中的鏡像。php

# docker search --help

Usage:    docker search [OPTIONS] TERM

從 Docker Hub 官網搜尋鏡像

選項:
  -f, --filter filter   過濾輸出內容
      --format string   格式化輸出內容--limit int       限制輸出結果個數,默認爲25個--no-trunc        不截斷輸出結果

 

搜索官方全部ubuntu的鏡像mysql

# docker search ubuntu
NAME                                                   DESCRIPTION                                     STARS               OFFICIAL            AUTOMATED
ubuntu                                                 Ubuntu is a Debian-based Linux operating sys…   9512                [OK]                
dorowu/ubuntu-desktop-lxde-vnc                         Docker image to provide HTML5 VNC interface …   299                                     [OK]
rastasheep/ubuntu-sshd                                 Dockerized SSH service, built on top of offi…   213                                     [OK]
consol/ubuntu-xfce-vnc                                 Ubuntu container with "headless" VNC session…   177                                     [OK]
ubuntu-upstart                                         Upstart is an event-based replacement for th…   97                  [OK]                
ansible/ubuntu14.04-ansible                            Ubuntu 14.04 LTS with ansible                   96                                      [OK]
neurodebian                                            NeuroDebian provides neuroscience research s…   56                  [OK]                
1and1internet/ubuntu-16-nginx-php-phpmyadmin-mysql-5   ubuntu-16-nginx-php-phpmyadmin-mysql-5          50                                      [OK]
ubuntu-debootstrap                                     debootstrap --variant=minbase --components=m…   40                  [OK]                
nuagebec/ubuntu                                        Simple always updated Ubuntu docker images w23                                      [OK]
i386/ubuntu                                            Ubuntu is a Debian-based Linux operating sys…   17                                      
1and1internet/ubuntu-16-apache-php-7.0                 ubuntu-16-apache-php-7.0                        13                                      [OK]
ppc64le/ubuntu                                         Ubuntu is a Debian-based Linux operating sys…   13                                      
eclipse/ubuntu_jdk8                                    Ubuntu, JDK8, Maven 3, git, curl, nmap, mc, …   10                                      [OK]
1and1internet/ubuntu-16-nginx-php-5.6-wordpress-4      ubuntu-16-nginx-php-5.6-wordpress-4             7                                       [OK]
codenvy/ubuntu_jdk8                                    Ubuntu, JDK8, Maven 3, git, curl, nmap, mc, …   5                                       [OK]
darksheer/ubuntu                                       Base Ubuntu Image -- Updated hourly             5                                       [OK]
pivotaldata/ubuntu                                     A quick freshening-up of the base Ubuntu doc…   2                                       
smartentry/ubuntu                                      ubuntu with smartentry                          1                                       [OK]
1and1internet/ubuntu-16-sshd                           ubuntu-16-sshd                                  1                                       [OK]
1and1internet/ubuntu-16-php-7.1                        ubuntu-16-php-7.1                               1                                       [OK]
paasmule/bosh-tools-ubuntu                             Ubuntu based bosh-cli                           1                                       [OK]
ossobv/ubuntu                                          Custom ubuntu image from scratch (based on o…   0                                       
pivotaldata/ubuntu-gpdb-dev                            Ubuntu images for GPDB development              0                                       
pivotaldata/ubuntu16.04-build                          Ubuntu 16.04 image for GPDB compilation         0  

 

搜索官方提供的帶有ubuntu關鍵字的鏡像:nginx

# docker search --filter=is-official=true ubuntu

  NAME DESCRIPTION STARS OFFICIAL AUTOMATED
  ubuntu Ubuntu is a Debian-based Linux operating sys… 9512 [OK]
  ubuntu-upstart Upstart is an event-based replacement for th… 97 [OK]
  neurodebian NeuroDebian provides neuroscience research s… 56 [OK]
  ubuntu-debootstrap debootstrap --variant=minbase --components=m… 40 [OK]git

相關文章
相關標籤/搜索