DockerCLI/docs/extend/new/index.md

19 lines
453 B
Markdown
Raw Normal View History

<!--[metadata]>
+++
title = "New Docker Plugin System"
description = "How to extend Docker Engine with plugins"
keywords = ["extend, plugins, docker, documentation, developer"]
[menu.main]
identifier = "extend_new"
parent = "engine_extend"
weight = 7
+++
<![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)