From bd64ad25fb73aeff9a51ad7168904253569447c0 Mon Sep 17 00:00:00 2001 From: yuexiao-wang Date: Thu, 13 Jul 2017 16:30:44 +0800 Subject: [PATCH] Fix filters displaying for docker search Signed-off-by: yuexiao-wang --- docs/reference/commandline/search.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/reference/commandline/search.md b/docs/reference/commandline/search.md index f645c78603..83a44251dd 100644 --- a/docs/reference/commandline/search.md +++ b/docs/reference/commandline/search.md @@ -94,7 +94,6 @@ radial/busyboxplus Full-chain, Internet enabled, busybox made from scratch. Co The flag `--limit` is the maximum number of results returned by a search. This value could be in the range between 1 and 100. The default value of `--limit` is 25. - ### Filtering The filtering flag (`-f` or `--filter`) format is a `key=value` pair. If there is more @@ -103,9 +102,8 @@ than one filter, then pass multiple flags (e.g. `--filter "foo=bar" --filter "bi The currently supported filters are: * stars (int - number of stars the image has) -* is-automated (true|false) - is the image automated or not -* is-official (true|false) - is the image official or not - +* is-automated (boolean - true or false) - is the image automated or not +* is-official (boolean - true or false) - is the image official or not #### stars @@ -121,7 +119,6 @@ progrium/busybox 50 radial/busyboxplus Full-chain, Internet enabled, busybox made... 8 [OK] ``` - #### is-automated This example displays images with a name containing 'busybox'