moby--moby/cli/command/system
Yong Tang 90bb2cdb9f 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
events.go
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
version.go Align output of docker version again 2016-11-28 11:38:58 -08:00