github.com/slava-ustovytski/docker@v1.8.2-rc1/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](plugins.md) 19 * [Write a volume plugin](plugins_volumes.md) 20 * [Docker plugin API](plugin_api.md) 21 22