2015-07-20 11:46:50 -04:00
|
|
|
Search Docker Hub for images that match the specified `TERM`. The table
|
2015-06-08 13:48:20 -04:00
|
|
|
of images returned displays the name, description (truncated by default), number
|
|
|
|
of stars awarded, whether the image is official, and whether it is automated.
|
|
|
|
|
2016-09-22 14:11:08 -04:00
|
|
|
## Filter
|
2016-05-20 07:41:28 -04:00
|
|
|
|
|
|
|
Filter output based on these conditions:
|
|
|
|
- stars=<numberOfStar>
|
2023-07-10 14:18:28 -04:00
|
|
|
- is-automated=(true|false) (deprecated)
|
2016-05-20 07:41:28 -04:00
|
|
|
- is-official=(true|false)
|
2015-06-08 13:48:20 -04:00
|
|
|
|
|
|
|
# EXAMPLES
|
|
|
|
|
|
|
|
## Search Docker Hub for ranked images
|
|
|
|
|
|
|
|
Search a registry for the term 'fedora' and only display those images
|
|
|
|
ranked 3 or higher:
|
|
|
|
|
2016-05-20 07:41:28 -04:00
|
|
|
$ docker search --filter=stars=3 fedora
|
2023-07-10 14:18:28 -04:00
|
|
|
NAME DESCRIPTION STARS OFFICIAL
|
|
|
|
fedora Official Docker builds of Fedora 1150 [OK]
|