1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cli/command/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
..
cmd.go refactor help func in CLI 2016-11-17 10:54:10 -08:00
create.go Modify reponame to PLUGIN and fix some typos 2016-11-25 23:09:46 +08:00
disable.go Make experimental a runtime flag 2016-10-24 15:20:01 -07:00
enable.go Add options for docker plugin enable and fix some typos 2016-11-25 04:07:06 +08:00
inspect.go Allow docker plugin inspect to search based on ID or name 2016-12-01 10:44:17 -08:00
install.go support settings in docker plugins install 2016-11-07 22:49:22 -08:00
list.go rename plugin manifest 2016-11-10 00:09:23 -08:00
push.go Modify reponame to PLUGIN and fix some typos 2016-11-25 23:09:46 +08:00
remove.go Make experimental a runtime flag 2016-10-24 15:20:01 -07:00
set.go support settings in docker plugins install 2016-11-07 22:49:22 -08:00