1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/server
Vincent Batts 5f3812ec97 filters, for images: start with untagged/tagged boolean
This is a new feature and flag. (replaces the suggestion of a flag for
--untagged images).
The concept is to have a syntax to filter. This begins with this
filtering for the 'images' subcommand, and at that only filtering for
whether images are untagged.
  example like: docker rmi $(docker images -q --filter 'untagged=true')

Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts)
2014-06-02 16:33:50 -04:00
..
buildfile.go add support for COPY to docker build 2014-05-29 00:07:52 +03:00
MAINTAINERS add vieux as server's MAINTAINERS 2014-05-12 20:51:45 +00:00
server.go filters, for images: start with untagged/tagged boolean 2014-06-02 16:33:50 -04:00
server_unit_test.go allow 2 docker events to be opened on the same computer over unix socket 2014-05-15 23:27:36 +00:00