1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/reference
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
..
api Add before and since filter to images 2016-05-25 13:49:10 +02:00
commandline Add before and since filter to images 2016-05-25 13:49:10 +02:00
builder.md
glossary.md
index.md
run.md The option --add-host and --net=host should not be mutually exclusive. 2016-05-24 18:49:11 -07:00