2015-06-21 16:41:38 -04:00
|
|
|
<!--[metadata]>
|
|
|
|
+++
|
|
|
|
title = "search"
|
|
|
|
description = "The search command description and usage"
|
|
|
|
keywords = ["search, hub, images"]
|
|
|
|
[menu.main]
|
|
|
|
parent = "smn_cli"
|
|
|
|
+++
|
|
|
|
<![end-metadata]-->
|
|
|
|
|
|
|
|
# search
|
|
|
|
|
|
|
|
Usage: docker search [OPTIONS] TERM
|
|
|
|
|
|
|
|
Search the Docker Hub for images
|
|
|
|
|
|
|
|
--automated=false Only show automated builds
|
2015-10-03 11:56:41 -04:00
|
|
|
--help=false Print usage
|
2015-06-21 16:41:38 -04:00
|
|
|
--no-trunc=false Don't truncate output
|
|
|
|
-s, --stars=0 Only displays with at least x stars
|
|
|
|
|
|
|
|
Search [Docker Hub](https://hub.docker.com) for images
|
|
|
|
|
2015-10-09 19:50:41 -04:00
|
|
|
See [*Find Public Images on Docker Hub*](../../userguide/dockerrepos.md#searching-for-images) for
|
2015-06-21 16:41:38 -04:00
|
|
|
more details on finding shared images from the command line.
|
|
|
|
|
|
|
|
> **Note:**
|
|
|
|
> Search queries will only return up to 25 results
|