From 1de937c144e564e2cb67da02d1246a840af4545e Mon Sep 17 00:00:00 2001 From: "takeshi.koenuma" Date: Thu, 30 Sep 2021 12:45:59 +0900 Subject: [PATCH] docs: fix search results by filterd is-official Signed-off-by: takeshi.koenuma --- docs/reference/commandline/search.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/reference/commandline/search.md b/docs/reference/commandline/search.md index eea6bfb358..51587921e9 100644 --- a/docs/reference/commandline/search.md +++ b/docs/reference/commandline/search.md @@ -128,9 +128,8 @@ This example displays images with a name containing 'busybox', at least ```console $ docker search --filter is-official=true --filter stars=3 busybox -NAME DESCRIPTION STARS OFFICIAL AUTOMATED -progrium/busybox 50 [OK] -radial/busyboxplus Full-chain, Internet enabled, busybox made... 8 [OK] +NAME DESCRIPTION STARS OFFICIAL AUTOMATED +busybox Busybox base image. 325 [OK] ``` ### Format the output