Updating deprecated command example in search.md
--stars example is deprecated. Changing to --filter=stars=5 Signed-off-by: danielartine <daniel.artine@ufrj.br>
This commit is contained in:
parent
f2163dd6a7
commit
bba0a4d5ac
@ -83,7 +83,7 @@ This example displays images with a name containing 'busybox',
|
|||||||
at least 3 stars and the description isn't truncated in the output:
|
at least 3 stars and the description isn't truncated in the output:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker search --stars=3 --no-trunc busybox
|
$ docker search --filter=stars=3 --no-trunc busybox
|
||||||
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
|
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
|
||||||
busybox Busybox base image. 325 [OK]
|
busybox Busybox base image. 325 [OK]
|
||||||
progrium/busybox 50 [OK]
|
progrium/busybox 50 [OK]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user