Options (2)
-f, --filterbooleanSearch for images and only show official ones
Example:
docker search {{[-f|--filter]}} is-official=true {{keyword}}-f, --formatbooleanCustomize the output format
Example:
docker search {{[-f|--format]}} "{{.Name}}: {{.Description}}" {{keyword}}Examples (6)
Search for Docker images by name or keyword
docker search keywordSearch for images and only show official ones
docker search [-f|--filter] is-official=true keywordSearch for images and only show automated builds
docker search [-f|--filter] is-automated=true keywordSearch for images with a minimum number of stars
docker search [-f|--filter] stars=number keywordLimit the number of results
docker search --limit number keywordCustomize the output format
docker search [-f|--format] ".Name: .Description" keywordmade by @shridhargupta | data from tldr-pages