github.com/tompao/docker@v1.9.1/docs/reference/commandline/search.md (about) 1 <!--[metadata]> 2 +++ 3 title = "search" 4 description = "The search command description and usage" 5 keywords = ["search, hub, images"] 6 [menu.main] 7 parent = "smn_cli" 8 +++ 9 <![end-metadata]--> 10 11 # search 12 13 Usage: docker search [OPTIONS] TERM 14 15 Search the Docker Hub for images 16 17 --automated=false Only show automated builds 18 --help=false Print usage 19 --no-trunc=false Don't truncate output 20 -s, --stars=0 Only displays with at least x stars 21 22 Search [Docker Hub](https://hub.docker.com) for images 23 24 See [*Find Public Images on Docker Hub*](../../userguide/dockerrepos.md#searching-for-images) for 25 more details on finding shared images from the command line. 26 27 > **Note:** 28 > Search queries will only return up to 25 results