github.com/rsampaio/docker@v0.7.2-0.20150827203920-fdc73cc3fc31/docs/extend/index.md (about) 1 <!--[metadata]> 2 +++ 3 title = "Extend Docker" 4 description = "How to extend Docker with plugins" 5 keywords = ["extend, plugins, docker, documentation, developer"] 6 [menu.main] 7 identifier = "mn_extend" 8 name = "Extend Docker" 9 weight = 6 10 +++ 11 <![end-metadata]--> 12 13 14 ## Extending Docker 15 16 Currently, you can extend Docker by adding a plugin. This section contains the following topics: 17 18 * [Understand Docker plugins](/extend/plugins) 19 * [Write a volume plugin](/extend/plugins_volume) 20 * [Docker plugin API](/extend/plugin_api)