Files
docker-cli/command
Yong Tang 492c2c8da8 Support plugins in docker inspect
This fix tries to address the proposal raised in 28946
to support plugins in `docker inspect`.

The command `docker inspect` already supports
"container", "image", "node", "network", "service", "volume", "task".
However, `--type plugin` is not supported yet at the moment.

This fix address this issue by adding the support of `--type plugin`
for `docker inspect`.

An additional integration test has been added to cover the changes.

This fix fixes 28946.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-12-02 11:33:29 -08:00
..
2016-11-17 10:54:10 -08:00
2016-11-08 16:17:15 -08:00
2016-10-25 06:43:54 +00:00
2016-12-01 19:48:33 +08:00
2016-12-02 11:33:29 -08:00
2016-11-17 10:54:10 -08:00
2016-09-19 10:34:31 -07:00