github.com/nf/docker@v1.8.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 weight=1 9 +++ 10 <![end-metadata]--> 11 12 # search 13 14 Usage: docker search [OPTIONS] TERM 15 16 Search the Docker Hub for images 17 18 --automated=false Only show automated builds 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/#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 29