Files
docker-cli/components/engine/docs/reference
Vincent Demeester 9fc37c22c9 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>
Upstream-commit: 750e16f57c0121aa8cdad1763f0bb6e54b8c6d75
Component: engine
2016-05-25 13:49:10 +02:00
..
2016-05-25 13:49:10 +02:00
2016-05-20 20:56:08 -07:00
2016-03-04 15:48:52 +01:00
2016-01-26 15:58:53 -08:00