mirror of https://github.com/docker/cli.git
21 lines
497 B
Markdown
21 lines
497 B
Markdown
<!--[metadata]>
|
|
+++
|
|
title = "Extend Docker"
|
|
description = "How to extend Docker Engine with plugins"
|
|
keywords = ["extend, plugins, docker, documentation, developer"]
|
|
type="menu"
|
|
[menu.main]
|
|
identifier = "engine_extend"
|
|
parent="engine_use"
|
|
weight = 0
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
|
|
## New Docker Plugin System
|
|
|
|
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)
|