Merge pull request #28890 from mstanleyjones/fix_is-official
Fix copypaste error 'is-automated' Upstream-commit: 1a710b15856f8c3bbab035fb64cf0669787fe359 Component: engine
This commit is contained in:
@ -128,7 +128,7 @@ and are automated builds:
|
||||
This example displays images with a name containing 'busybox', at least
|
||||
3 stars and are official builds:
|
||||
|
||||
$ docker search --filter "is-automated=true" --filter "stars=3" busybox
|
||||
$ 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]
|
||||
|
||||
Reference in New Issue
Block a user