DockerCLI/command/system
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
..
cmd.go refactor help func in CLI 2016-11-17 10:54:10 -08:00
df.go always add but hide experimental cmds and flags 2016-11-08 04:55:27 -08:00
events.go Fix typs from go to Go 2016-10-18 19:40:16 +08:00
info.go api: types: keep info.SecurityOptions a string slice 2016-11-19 13:21:16 +01:00
inspect.go Support plugins in `docker inspect` 2016-12-02 11:33:29 -08:00
prune.go always add but hide experimental cmds and flags 2016-11-08 04:55:27 -08:00
version.go Align output of docker version again 2016-11-28 11:38:58 -08:00