2016-08-15 14:03:05 -04:00
|
|
|
<!--[metadata]>
|
|
|
|
+++
|
2016-08-16 14:53:36 -04:00
|
|
|
title = "Extend Docker"
|
2016-08-15 14:03:05 -04:00
|
|
|
description = "How to extend Docker Engine with plugins"
|
|
|
|
keywords = ["extend, plugins, docker, documentation, developer"]
|
2016-08-16 14:53:36 -04:00
|
|
|
type="menu"
|
2016-08-15 14:03:05 -04:00
|
|
|
[menu.main]
|
2016-08-16 14:53:36 -04:00
|
|
|
identifier = "engine_extend"
|
|
|
|
parent="engine_use"
|
|
|
|
weight = 0
|
2016-08-15 14:03:05 -04:00
|
|
|
+++
|
|
|
|
<![end-metadata]-->
|
|
|
|
|
|
|
|
|
|
|
|
## New Docker Plugin System
|
|
|
|
|
|
|
|
Currently, you can extend Docker Engine by adding a plugin. This section contains the following topics:
|
|
|
|
|
|
|
|
* [Understand Docker plugins](plugins.md)
|
2016-08-16 17:56:47 -04:00
|
|
|
* [Write a volume plugin](plugins_volume.md)
|