moby--moby/plugin
Yong Tang 0ce6e070f7 Allow `docker plugin inspect` to search based on ID or name
This fix tries to address the issue raised in discussion of
PR 28735 where it was not possible to manage plugin based on
plugin ID. Previously it was not possible to invoke
`docker plugin inspect` with a plugin ID (or ID prefix).

This fix updates the implementation of `docker plugin inspect`
so that it is possbile to search based on a plugin name, or a
plugin ID. A short format of plugin ID (prefix) is also possible,
as long as there is no ambiguity.

Previously the check of `docker plugin inspect` was mostly done
on the client side. This could potentially cause inconsistency
between API and CMD. This fix move all the checks to daemon side
so that API and CMD will be consistent.

An integration test has been added to cover the changes.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-12-01 10:44:17 -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-01 10:44:17 -08:00
v2 Merge pull request #28601 from tiborvass/plugin-misc-fixes 2016-11-22 16:12:37 -08:00
backend_linux.go Allow `docker plugin inspect` to search based on ID or name 2016-12-01 10:44:17 -08:00
backend_unsupported.go Add HTTP client timeout. 2016-11-21 13:11:40 -08:00
manager.go Fix issue caused by duplicate `docker plugin create` with same names 2016-11-28 12:37:49 -08:00
manager_linux.go Fix issue with plugin exit. 2016-11-28 12:48:56 -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