1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/plugin
Yong Tang 3891c1f376 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>
(cherry picked from commit 90bb2cdb9f)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2016-12-05 00:39:30 -08:00
..
distribution update media_type 2016-11-10 15:51:32 -08:00
store Allow docker plugin inspect to search based on ID or name 2016-12-02 13:39:37 -08:00
v2 plugins: misc fixes 2016-11-22 16:16:39 -08:00
backend_linux.go Support plugins in docker inspect 2016-12-05 00:39:30 -08:00
backend_unsupported.go Add HTTP client timeout. 2016-11-22 11:23:20 -08:00
manager.go Fix issue caused by duplicate docker plugin create with same names 2016-11-29 14:06:04 -08:00
manager_linux.go Fix issue with plugin exit. 2016-11-29 14:10:10 -08:00
manager_solaris.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
manager_windows.go Make experimental a runtime flag 2016-10-24 15:20:01 -07:00