moby--moby/api/server/router/image
Vincent Demeester 820b809e70
Add reference filter and deprecated filter param…
… for `docker images`.

This deprecates the `filter` param for the `/images` endpoint and make a
new filter called `reference` to replace it. It does change the CLI
side (still possible to do `docker images busybox:musl`) but changes the
cli code to use the filter instead (so that `docker images --filter
busybox:musl` and `docker images busybox:musl` act the same).

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-11-11 15:34:01 +01:00
..
backend.go Add reference filter and deprecated filter param… 2016-11-11 15:34:01 +01:00
image.go Add /{containers,volumes,images}/prune API endpoint 2016-09-29 07:42:53 -07:00
image_routes.go Add reference filter and deprecated filter param… 2016-11-11 15:34:01 +01:00