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> |
||
---|---|---|
.. | ||
attach.md | ||
build.md | ||
cli.md | ||
commit.md | ||
cp.md | ||
create.md | ||
diff.md | ||
docker_images.gif | ||
dockerd.md | ||
events.md | ||
exec.md | ||
export.md | ||
history.md | ||
images.md | ||
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 |