mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
8fee1c2020
GitHub flavored markdown is now supported for links and images. Also, ran LinkChecker and FileResolver. Yay! Fixes from Spider check Output for docker/docker now goes into engine directory Signed-off-by: Mary Anthony <mary@docker.com>
21 lines
546 B
Markdown
21 lines
546 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](plugins.md)
|
|
* [Write a volume plugin](plugins_volume.md)
|
|
* [Write a network plugin](plugins_network.md)
|
|
* [Docker plugin API](plugin_api.md)
|