moby--moby/contrib/completion
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
..
bash Add before and since filter to images 2016-05-25 13:49:10 +02:00
fish Remove unneeded references to execDriver 2016-03-21 13:06:08 -07:00
powershell Add powershell completion support 2016-02-01 17:12:15 +01:00
zsh Add before and since filter to images 2016-05-25 13:49:10 +02:00
REVIEWERS Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00