mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
c2cf349bcd
Signed-off-by: Morgan Bauer <mbauer@us.ibm.com>
20 lines
514 B
Markdown
20 lines
514 B
Markdown
<!--[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:
|
|
|
|
* [Understand Docker plugins](/extend/plugins)
|
|
* [Write a volume plugin](/extend/plugins_volume)
|
|
* [Docker plugin API](/extend/plugin_api)
|