moby--moby/cli/command
Brian Goff 03c6949739 Add docker plugin upgrade
This allows a plugin to be upgraded without requiring to
uninstall/reinstall a plugin.
Since plugin resources (e.g. volumes) are tied to a plugin ID, this is
important to ensure resources aren't lost.

The plugin must be disabled while upgrading (errors out if enabled).
This does not add any convenience flags for automatically
disabling/re-enabling the plugin during before/after upgrade.

Since an upgrade may change requested permissions, the user is required
to accept permissions just like `docker plugin install`.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-02-03 16:21:12 -05:00
..
bundlefile
checkpoint
commands
container
formatter Add docker plugin upgrade 2017-02-03 16:21:12 -05:00
idresolver
image
inspect
network
node
plugin Add docker plugin upgrade 2017-02-03 16:21:12 -05:00
prune
registry
secret
service Merge pull request #30180 from allencloud/add-endpoint-mode-a-default-value 2017-02-02 11:51:44 -08:00
stack
swarm
system
task
volume
cli.go
events_utils.go
in.go
out.go
registry.go
trust.go
utils.go