mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix copypaste error 'is-automated'
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
parent
937027a0cb
commit
2333657e1b
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ and are automated builds:
|
||||||
This example displays images with a name containing 'busybox', at least
|
This example displays images with a name containing 'busybox', at least
|
||||||
3 stars and are official builds:
|
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
|
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
|
||||||
progrium/busybox 50 [OK]
|
progrium/busybox 50 [OK]
|
||||||
radial/busyboxplus Full-chain, Internet enabled, busybox made... 8 [OK]
|
radial/busyboxplus Full-chain, Internet enabled, busybox made... 8 [OK]
|
||||||
|
|
Loading…
Add table
Reference in a new issue