1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/types
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
..
backend
blkiodev
container Implement optional ring buffer for container logs 2017-02-01 13:52:37 -05:00
events
filters Refactoring ineffectual assignments 2017-01-13 00:27:01 -07:00
image Set expected response headers for Ping. 2017-01-03 11:47:47 -05:00
mount fix typo in mount.go 2017-01-13 22:36:32 +08:00
network change minor mistake of spelling 2016-12-20 21:05:19 +08:00
reference *: use opencontainers/go-digest package 2017-01-06 18:48:41 -08:00
registry hack/swagger-gen.sh is not exist, it should be /hack/generate-swagger-api.sh 2016-11-22 16:32:32 +08:00
strslice
swarm Add --read-only for service create and service update 2017-01-30 12:47:26 -08:00
time fix typo in api/types/time/timestamp.go 2017-01-14 14:16:03 +08:00
versions Merge pull request #28651 from YuPengZTE/devMD002 2016-11-22 13:11:37 +01:00
volume hack/swagger-gen.sh is not exist, it should be /hack/generate-swagger-api.sh 2016-11-22 16:32:32 +08:00
auth.go
client.go fix typo in api/types/client.go 2017-01-14 15:10:08 +08:00
configs.go Enforce zero plugin refcount during disable. 2016-12-22 13:26:53 -08:00
error_response.go
graph_driver_data.go Generate GraphDriver from spec, and fix up image spec. 2017-01-03 11:47:47 -05:00
id_response.go
image_delete_response_item.go Generate ImageDeleteResponse from swagger spec. 2017-01-03 11:47:47 -05:00
image_summary.go
plugin.go Add docker plugin upgrade 2017-02-03 16:21:12 -05:00
plugin_device.go
plugin_env.go
plugin_interface_type.go
plugin_mount.go
plugin_responses.go Rename Remote API to Engine API 2016-11-22 12:49:38 +00:00
port.go
seccomp.go change minor mistake of spelling 2016-12-20 21:05:19 +08:00
service_update_response.go
stats.go
types.go Set expected response headers for Ping. 2017-01-03 11:47:47 -05:00
volume.go