Files
docker-cli/command
Pure White 7fe0d2d64d 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
..
2017-03-03 16:33:34 -08:00
2017-03-16 23:11:57 +08:00
2017-03-14 16:09:28 -04:00
2017-02-10 16:53:04 -08:00
2016-09-19 10:34:31 -07:00