Files
docker-cli/command/image
Vincent Demeester 3c61af0f76 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
..
2016-09-08 15:46:29 -04:00
2016-10-18 19:40:16 +08:00
2016-09-08 15:46:29 -04:00
2016-09-08 15:46:29 -04:00
2016-11-10 17:34:12 -08:00