The Docker CLI
Go to file
Tibor Vass 11c8c6c8fc plugins: experimental support for new plugin management
This patch introduces a new experimental engine-level plugin management
with a new API and command line. Plugins can be distributed via a Docker
registry, and their lifecycle is managed by the engine.
This makes plugins a first-class construct.

For more background, have a look at issue #20363.

Documentation is in a separate commit. If you want to understand how the
new plugin system works, you can start by reading the documentation.

Note: backwards compatibility with existing plugins is maintained,
albeit they won't benefit from the advantages of the new system.

Signed-off-by: Tibor Vass <tibor@docker.com>
Signed-off-by: Anusha Ragunathan <anusha@docker.com>
2016-06-14 14:20:27 -07:00
cobraadaptor plugins: experimental support for new plugin management 2016-06-14 14:20:27 -07:00
flags Cleanup the structure of the cli package. 2016-04-27 14:25:47 -04:00
cli.go cli: remove unnecessary initErr type 2016-05-23 13:04:10 -07:00
error.go plugins: experimental support for new plugin management 2016-06-14 14:20:27 -07:00
flagerrors.go Convert 'docker create' to use cobra and pflag 2016-06-04 13:57:30 +02:00
required.go Use spf13/cobra for docker commit 2016-06-08 19:00:58 -07:00
usage.go Migrate cp command to cobra 2016-06-14 17:16:59 +02:00