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:
Daniel Artine 2019-08-29 14:35:28 -03:00 committed by danielartine
parent f2163dd6a7
commit bba0a4d5ac
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```bash
$ docker search --stars=3 --no-trunc busybox
$ docker search --filter=stars=3 --no-trunc busybox
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
busybox Busybox base image. 325 [OK]
progrium/busybox 50 [OK]