moby/cli
Pure White 1d61f11e34 fix a typo
when i was using:
docker search --automated -s 3 nginx
told me:
Flag --automated has been deprecated, use --filter=automated=true instead
Flag --stars has been deprecated, use --filter=stars=3 instead
and when i use:
docker search --filter=automated=true --filter=stars=3 nginx
told me:
Error response from daemon: Invalid filter 'automated'
and i found out that the correct command should be:
docker search --filter=is-automated=true --filter=stars=3 nginx

Signed-off-by: Pure White <daniel48@126.com>
2017-03-16 23:11:57 +08:00
..
command fix a typo 2017-03-16 23:11:57 +08:00
compose Merge pull request #31302 from dnephin/purge-orphaned-services 2017-03-15 12:57:06 +01:00
config Merge pull request #28213 from yongtang/11062016-service-ps-format 2017-02-17 10:23:18 -08:00
debug Move debug functions to cli/debug package 2016-12-12 09:33:58 +01:00
flags fix the type 2017-02-14 09:54:27 +08:00
internal/test Add --prune to stack deploy. 2017-03-14 16:09:28 -04:00
trust Use distribution reference 2017-02-07 11:08:37 -08:00
cobra.go Fixed the typo in the code 2017-03-06 17:31:04 +05:30
error.go Remove old cli framework. 2016-08-25 13:09:04 -04:00
required.go fix typos 2016-07-05 20:42:17 +08:00