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/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
..
attach.md
build.md Merge pull request #22906 from nshalman/patch-1 2016-05-24 15:33:27 +02:00
cli.md
commit.md
cp.md update docs/reference/commandline/cp.md 2016-05-24 11:09:38 +00:00
create.md
diff.md
docker_images.gif
dockerd.md Merge pull request #22756 from wangxing1517/fix_docs_dockerd.md 2016-05-24 18:21:52 +02:00
events.md Add filter for events emitted by docker daemon 2016-05-23 19:00:47 -07:00
exec.md
export.md
history.md
images.md Add before and since filter to images 2016-05-25 13:49:10 +02:00
import.md
index.md
info.md
inspect.md
kill.md
load.md
login.md
logout.md
logs.md
network_connect.md
network_create.md
network_disconnect.md
network_inspect.md
network_ls.md
network_rm.md
pause.md
port.md
ps.md
pull.md
push.md
rename.md
restart.md
rm.md
rmi.md
run.md
save.md
search.md
start.md
stats.md
stop.md
tag.md
top.md
unpause.md
update.md
version.md
volume_create.md
volume_inspect.md
volume_ls.md
volume_rm.md
wait.md