moby--moby/contrib/completion/zsh
Vincent Demeester 750e16f57c
Add before and since filter to images
Add support for two now filter on the `images` command : `before` and
`since`. They work the same as the one on the `ps` command but for
images.

        $ docker images --filter before=myimage
        # display all images older than myimage
        $ docker images --filter since=myimage
        # display all images younger than myimage

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-05-25 13:49:10 +02:00
..
REVIEWERS zsh: remove Vincent Bernat from reviewers for ZSH completion 2015-07-13 23:15:16 +02:00
_docker Add before and since filter to images 2016-05-25 13:49:10 +02:00