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 Adds ability to squash image after build 2016-11-01 13:41:59 -04:00
checkpoint Allow providing a custom storage directory for docker checkpoints 2016-10-28 07:56:05 -04:00
container Merge pull request #27948 from WeiZhang555/consistent-filters 2016-11-02 00:53:15 -07:00
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 Use a config to generate swagger api types 2016-10-31 11:13:41 -04:00
local.go api/server/router: add Cancellable function 2016-03-25 10:19:23 -07:00
router.go Decouple the "container" router from the actual daemon implementation. 2016-02-08 11:30:57 -05:00