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
Anusha Ragunathan 8cb2229cd1 Enforce zero plugin refcount during disable.
When plugins have a positive refcount, they were not allowed to be
removed. However, plugins could still be disabled when volumes
referenced it and containers using them were running.

This change fixes that by enforcing plugin refcount during disable.
A "force" disable option is also added to ignore reference refcounting.

Signed-off-by: Anusha Ragunathan <anusha@docker.com>
2016-12-22 13:26:53 -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 Enforce zero plugin refcount during disable. 2016-12-22 13:26:53 -08: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 Add ID field for docker plugin ls 2016-12-02 13:42:50 -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