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 Docs: JSON vs Shell clarification 2016-05-20 20:56:08 -07:00
glossary.md Update links to Docker Hub 2016-03-04 15:48:52 +01:00
index.md Creating Engine specific menu 2016-01-26 15:58:53 -08:00
run.md The option --add-host and --net=host should not be mutually exclusive. 2016-05-24 18:49:11 -07:00