moby--moby/api/server/router
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
..
build
checkpoint
container
image Add reference filter and deprecated filter param… 2016-11-11 15:34:01 +01:00
network Show peer nodes in network inspect for swarm overlay networks 2016-11-09 13:58:04 -08:00
plugin Add plugin create functionality. 2016-11-09 15:23:03 -08:00
swarm rectify type defination for swarmRouter 2016-11-11 10:45:48 +08:00
system api: add Info struct for v1.24 2016-11-07 10:01:14 +01:00
volume
local.go
router.go