2015-07-15 14:25:56 -04:00
|
|
|
<!--[metadata]>
|
|
|
|
+++
|
|
|
|
title = "Extend Docker"
|
|
|
|
description = "How to extend Docker with plugins"
|
|
|
|
keywords = ["extend, plugins, docker, documentation, developer"]
|
|
|
|
[menu.main]
|
|
|
|
identifier = "mn_extend"
|
|
|
|
name = "Extend Docker"
|
|
|
|
weight = 6
|
|
|
|
+++
|
|
|
|
<![end-metadata]-->
|
|
|
|
|
|
|
|
|
|
|
|
## Extending Docker
|
|
|
|
|
|
|
|
Currently, you can extend Docker by adding a plugin. This section contains the following topics:
|
|
|
|
|
2015-10-09 19:50:41 -04:00
|
|
|
* [Understand Docker plugins](plugins.md)
|
|
|
|
* [Write a volume plugin](plugins_volume.md)
|
|
|
|
* [Write a network plugin](plugins_network.md)
|
2015-12-17 02:40:10 -05:00
|
|
|
* [Write an authorization plugin](authorization.md)
|
2015-10-09 19:50:41 -04:00
|
|
|
* [Docker plugin API](plugin_api.md)
|