mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update plugins.md
Fixed broken link. Signed-off-by: Amy Lindburg <amy.lindburg@docker.com> Update plugins.md Some other broken links! Signed-off-by: Amy Lindburg <amy.lindburg@docker.com> Update plugin_api.md FIxing broken links. Signed-off-by: Amy Lindburg <amy.lindburg@docker.com> Update plugins_volume.md Fixing more links. Signed-off-by: Amy Lindburg <amy.lindburg@docker.com>
This commit is contained in:
parent
421b9b6859
commit
0a529b6e7a
3 changed files with 7 additions and 7 deletions
|
@ -5,9 +5,9 @@ Docker Engine.
|
|||
|
||||
This page is intended for people who want to develop their own Docker plugin.
|
||||
If you just want to learn about or use Docker plugins, look
|
||||
[here](/userguide/plugins).
|
||||
[here](/experimental/plugins.md).
|
||||
|
||||
This is an experimental feature. For information on installing and using experimental features, see [the experimental feature overview](experimental.md).
|
||||
This is an experimental feature. For information on installing and using experimental features, see [the experimental feature overview](README.md).
|
||||
|
||||
## What plugins are
|
||||
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
You can extend the capabilities of the Docker Engine by loading third-party
|
||||
plugins.
|
||||
|
||||
This is an experimental feature. For information on installing and using experimental features, see [the experimental feature overview](experimental.md).
|
||||
This is an experimental feature. For information on installing and using experimental features, see [the experimental feature overview](README.md).
|
||||
|
||||
## Types of plugins
|
||||
|
||||
Plugins extend Docker's functionality. They come in specific types. For
|
||||
example, a [volume plugin](/experimental/plugins_volume) might enable Docker
|
||||
example, a [volume plugin](/experimental/plugins_volume.md) might enable Docker
|
||||
volumes to persist across multiple Docker hosts.
|
||||
|
||||
Currently Docker supports volume plugins. In the future it will support
|
||||
|
@ -35,7 +35,7 @@ of the plugin for help. The Docker team may not be able to assist you.
|
|||
## Writing a plugin
|
||||
|
||||
If you are interested in writing a plugin for Docker, or seeing how they work
|
||||
under the hood, see the [docker plugins reference](/experimental/plugin_api).
|
||||
under the hood, see the [docker plugins reference](/experimental/plugin_api.md).
|
||||
|
||||
# Related GitHub PRs and issues
|
||||
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
Docker volume plugins enable Docker deployments to be integrated with external
|
||||
storage systems, such as Amazon EBS, and enable data volumes to persist beyond
|
||||
the lifetime of a single Docker host. See the [plugin documentation](/experimental/plugins)
|
||||
the lifetime of a single Docker host. See the [plugin documentation](/experimental/plugins.md)
|
||||
for more information.
|
||||
|
||||
This is an experimental feature. For information on installing and using experimental features, see [the experimental feature overview](experimental.md).
|
||||
This is an experimental feature. For information on installing and using experimental features, see [the experimental feature overview](README.md).
|
||||
|
||||
# Command-line changes
|
||||
|
||||
|
|
Loading…
Reference in a new issue