mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
750e16f57c
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> |
||
---|---|---|
.. | ||
_docker | ||
REVIEWERS |