github.com/walkingsparrow/docker@v1.4.2-0.20151218153551-b708a2249bfa/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_volume.md)
    20  * [Write a network plugin](plugins_network.md)
    21  * [Write an authorization plugin](authorization.md)
    22  * [Docker plugin API](plugin_api.md)