moby--moby/cli/command/registry
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
..
login.go Merge pull request #31057 from krasi-georgiev/30779-fix-client-login-credentials-save-domain 2017-03-16 13:19:32 +09:00
logout.go change minor mistake of spelling 2016-12-20 21:05:19 +08:00
search.go fix a typo 2017-03-16 23:11:57 +08:00