mirror of https://github.com/docker/cli.git
Revert "Fix broken links at plugins documentation"
This reverts commit 354147df012dd35f82e59e3511d9be4fc7610352. Signed-off-by: Álex González <agonzalezro@gmail.com>
This commit is contained in:
parent
b64dba4262
commit
445e4600f2
|
@ -17,7 +17,7 @@ plugins.
|
||||||
## Types of plugins
|
## Types of plugins
|
||||||
|
|
||||||
Plugins extend Docker's functionality. They come in specific types. For
|
Plugins extend Docker's functionality. They come in specific types. For
|
||||||
example, a [volume plugin](/docs/extend/plugins_volume.md) might enable Docker
|
example, a [volume plugin](/extend/plugins_volume) might enable Docker
|
||||||
volumes to persist across multiple Docker hosts.
|
volumes to persist across multiple Docker hosts.
|
||||||
|
|
||||||
Currently Docker supports volume and network driver plugins. In the future it
|
Currently Docker supports volume and network driver plugins. In the future it
|
||||||
|
@ -62,4 +62,4 @@ of the plugin for help. The Docker team may not be able to assist you.
|
||||||
## Writing a plugin
|
## Writing a plugin
|
||||||
|
|
||||||
If you are interested in writing a plugin for Docker, or seeing how they work
|
If you are interested in writing a plugin for Docker, or seeing how they work
|
||||||
under the hood, see the [docker plugins reference](/docs/extend/plugin_api.md).
|
under the hood, see the [docker plugins reference](/extend/plugin_api).
|
||||||
|
|
Loading…
Reference in New Issue