Merge pull request #2072 from danielartine/patch-1

Updating deprecated command example in search.md
This commit is contained in:
Sebastiaan van Stijn
2019-08-29 22:34:19 +02:00
committed by GitHub
+1 -1
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]