docker search

docker search

Description

Search the Docker Hub for images

Usage

docker search [OPTIONS] TERM

Options

Name, shorthand Default Description
--automated false Only show automated builds
--filter, -f Filter output based on conditions provided
--limit 25 Max number of search results
--no-trunc false Don’t truncate output
--stars, -s 0 Only displays with at least x stars

Parent command

Command Description
docker The base command for the Docker CLI.

Examples

Search Docker Hub for ranked images

Search a registry for the term ‘fedora’ and only display those images ranked 3 or higher:

$ docker search --filter=stars=3 fedora
NAME                  DESCRIPTION                                    STARS OFFICIAL  AUTOMATED
mattdm/fedora         A basic Fedora image corresponding roughly...  50
fedora                (Semi) Official Fedora base image.             38
mattdm/fedora-small   A small Fedora image on which to build. Co...  8
goldmann/wildfly      A WildFly application server running on a ...  3               [OK]

Search Docker Hub for automated images

Search Docker Hub for the term ‘fedora’ and only display automated images ranked 1 or higher:

$ docker search --filter=is-automated=true --filter=stars=1 fedora
NAME               DESCRIPTION                                     STARS OFFICIAL  AUTOMATED
goldmann/wildfly   A WildFly application server running on a ...   3               [OK]
tutum/fedora-20    Fedora 20 image with SSH access. For the r...   1               [OK]

© 2013–2016 Docker, Inc.
Licensed under the Apache License, Version 2.0.
Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries.
Docker, Inc. and other parties may also have trademark rights in other terms used herein.
https://docs.docker.com/engine/reference/commandline/search/

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部