From bba0a4d5ac225a28eb0bd1b14a086f7197e8d762 Mon Sep 17 00:00:00 2001 From: Daniel Artine Date: Thu, 29 Aug 2019 14:35:28 -0300 Subject: [PATCH] Updating deprecated command example in search.md --stars example is deprecated. Changing to --filter=stars=5 Signed-off-by: danielartine --- docs/reference/commandline/search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/search.md b/docs/reference/commandline/search.md index 65f2d314f0..d009cbae0f 100644 --- a/docs/reference/commandline/search.md +++ b/docs/reference/commandline/search.md @@ -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]