github.com/mheon/docker@v0.11.2-0.20150922122814-44f47903a831/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)