mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
a6cef38936
1 changed files with 3 additions and 3 deletions
|
@ -30,8 +30,8 @@ of stars awarded, whether the image is official, and whether it is automated.
|
||||||
**--no-trunc**=*true*|*false*
|
**--no-trunc**=*true*|*false*
|
||||||
Don't truncate output. The default is *false*.
|
Don't truncate output. The default is *false*.
|
||||||
|
|
||||||
**-s**, **--stars**=0
|
**-s**, **--stars**=X
|
||||||
Only displays with at least x stars
|
Only displays with at least X stars. The default is zero.
|
||||||
|
|
||||||
# EXAMPLES
|
# EXAMPLES
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ ranked 3 or higher:
|
||||||
Search Docker Hub for the term 'fedora' and only display automated images
|
Search Docker Hub for the term 'fedora' and only display automated images
|
||||||
ranked 1 or higher:
|
ranked 1 or higher:
|
||||||
|
|
||||||
$ docker search -s 1 fedora
|
$ docker search --automated -s 1 fedora
|
||||||
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
|
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
|
||||||
goldmann/wildfly A WildFly application server running on a ... 3 [OK]
|
goldmann/wildfly A WildFly application server running on a ... 3 [OK]
|
||||||
tutum/fedora-20 Fedora 20 image with SSH access. For the r... 1 [OK]
|
tutum/fedora-20 Fedora 20 image with SSH access. For the r... 1 [OK]
|
||||||
|
|
Loading…
Reference in a new issue