moby--moby/daemon/cluster
Tonis Tiigi 3d86b0c79b Implement content addressability for plugins
Move plugins to shared distribution stack with images.

Create immutable plugin config that matches schema2 requirements.

Ensure data being pushed is same as pulled/created.

Store distribution artifacts in a blobstore.

Run init layer setup for every plugin start.

Fix breakouts from unsafe file accesses.

Add support for `docker plugin install --alias`

Uses normalized references for default names to avoid collisions when using default hosts/tags.

Some refactoring of the plugin manager to support the change, like removing the singleton manager and adding manager config struct.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2016-12-23 13:29:58 -08:00
..
convert
executor Implement content addressability for plugins 2016-12-23 13:29:58 -08:00
provider
cluster.go modify some files 2016-12-22 08:38:37 +08:00
filters.go
helpers.go update response status code for cluster request 2016-12-19 10:21:10 +08:00
listen_addr.go
listen_addr_linux.go
listen_addr_others.go
listen_addr_solaris.go
noderunner.go
secrets.go
utils.go