Files
docker-docs/docs/reference/commandline
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
..
2016-03-12 14:11:01 +01:00
2016-05-24 11:09:38 +00:00
2016-02-19 09:27:03 +08:00
2016-03-24 18:57:44 +01:00
2016-02-11 15:49:36 -08:00
2016-02-19 09:27:03 +08:00
2016-03-15 09:26:41 +00:00
2016-02-19 09:27:03 +08:00
2016-03-22 08:16:52 +01:00
2016-02-20 17:06:32 +08:00
2016-02-18 21:52:15 +02:00