Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit dfd6965

Browse files
Daniel ArtinethaJeztah
authored andcommitted
Updating deprecated command example in search.md
--stars example is deprecated. Changing to --filter=stars=5 Signed-off-by: danielartine <daniel.artine@ufrj.br> (cherry picked from commit bba0a4d5ac225a28eb0bd1b14a086f7197e8d762) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: df5c7130df9b81548ff5c27528c11e4696550cca Component: cli
1 parent e286381 commit dfd6965

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • components/cli/docs/reference/commandline

components/cli/docs/reference/commandline/search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ This example displays images with a name containing 'busybox',
8383
at least 3 stars and the description isn't truncated in the output:
8484

8585
```bash
86-
$ docker search --stars=3 --no-trunc busybox
86+
$ docker search --filter=stars=3 --no-trunc busybox
8787
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
8888
busybox Busybox base image. 325 [OK]
8989
progrium/busybox 50 [OK]

0 commit comments

Comments
 (0)