mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
97e07ca10a
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
22 lines
630 B
Markdown
22 lines
630 B
Markdown
<!--[metadata]>
|
|
+++
|
|
title = "Extend Engine"
|
|
description = "How to extend Docker Engine with plugins"
|
|
keywords = ["extend, plugins, docker, documentation, developer"]
|
|
[menu.main]
|
|
identifier = "engine_extend"
|
|
parent = "engine_use"
|
|
weight = 6
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
|
|
## Extending Docker Engine
|
|
|
|
Currently, you can extend Docker Engine 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)
|
|
* [Write an authorization plugin](plugins_authorization.md)
|
|
* [Docker plugin API](plugin_api.md)
|