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>
|
||
|---|---|---|
| .. | ||
| api | ||
| commandline | ||
| builder.md | ||
| glossary.md | ||
| index.md | ||
| run.md | ||