mirror of https://github.com/docker/cli.git
Merge pull request #2072 from danielartine/patch-1
Updating deprecated command example in search.md
This commit is contained in:
commit
58153b278e
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue