Merge pull request #3316 from clover0/fix_search_command_result

docs: fix search results by filtered is-official
This commit is contained in:
Sebastiaan van Stijn 2021-10-06 16:36:18 +02:00 committed by GitHub
commit f3f4414520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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