diff --git a/docs/deprecated.md b/docs/deprecated.md index 8c3c6ffa..6a728d50 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -1,6 +1,5 @@ --- aliases: ["/engine/misc/deprecated/"] -title: "Deprecated Engine Features" description: "Deprecated Features." keywords: "docker, documentation, about, technology, deprecate" --- diff --git a/docs/extend/EBS_volume.md b/docs/extend/EBS_volume.md index 3f6b905d..14e13a27 100644 --- a/docs/extend/EBS_volume.md +++ b/docs/extend/EBS_volume.md @@ -1,7 +1,6 @@ --- description: Volume plugin for Amazon EBS keywords: "API, Usage, plugins, documentation, developer, amazon, ebs, rexray, volume" -title: Volume plugin for Amazon EBS --- -# A proof-of-concept Rexray plugin +# Volume plugin for Amazon EBS + +## A proof-of-concept Rexray plugin In this example, a simple Rexray plugin will be created for the purposes of using it on an Amazon EC2 instance with EBS. It is not meant to be a complete Rexray plugin. diff --git a/docs/extend/config.md b/docs/extend/config.md index d7ef8d83..912349c0 100644 --- a/docs/extend/config.md +++ b/docs/extend/config.md @@ -1,5 +1,4 @@ --- -title: "Plugin config" description: "How develop and use a plugin with the managed plugin system" keywords: "API, Usage, plugins, documentation, developer" --- diff --git a/docs/extend/index.md b/docs/extend/index.md index 37edcc0f..6817ea8f 100644 --- a/docs/extend/index.md +++ b/docs/extend/index.md @@ -1,7 +1,6 @@ --- description: Develop and use a plugin with the managed plugin system keywords: "API, Usage, plugins, documentation, developer" -title: Managed plugin system --- +# Use Docker Engine plugins + This document describes the Docker Engine plugins generally available in Docker Engine. To view information on plugins managed by Docker, refer to [Docker Engine plugin system](index.md). diff --git a/docs/extend/plugin_api.md b/docs/extend/plugin_api.md index fcba621b..2a317f95 100644 --- a/docs/extend/plugin_api.md +++ b/docs/extend/plugin_api.md @@ -1,5 +1,4 @@ --- -title: "Plugins API" description: "How to write Docker plugins extensions " keywords: "API, Usage, plugins, documentation, developer" --- diff --git a/docs/extend/plugins_authorization.md b/docs/extend/plugins_authorization.md index edba6028..d7aa66cd 100644 --- a/docs/extend/plugins_authorization.md +++ b/docs/extend/plugins_authorization.md @@ -1,5 +1,4 @@ --- -title: "Access authorization plugin" description: "How to create authorization plugins to manage access control to your Docker daemon." keywords: "security, authorization, authentication, docker, documentation, plugin, extend" redirect_from: @@ -15,7 +14,7 @@ redirect_from: will be rejected. --> -# Create an authorization plugin +# Access authorization plugin This document describes the Docker Engine plugins generally available in Docker Engine. To view information on plugins managed by Docker Engine, diff --git a/docs/extend/plugins_graphdriver.md b/docs/extend/plugins_graphdriver.md index 9854fc1d..d8d4531d 100644 --- a/docs/extend/plugins_graphdriver.md +++ b/docs/extend/plugins_graphdriver.md @@ -1,5 +1,4 @@ --- -title: "Graphdriver plugins" description: "How to manage image and container filesystems with external plugins" keywords: "Examples, Usage, storage, image, docker, data, graph, plugin, api" advisory: experimental @@ -14,6 +13,7 @@ advisory: experimental will be rejected. --> +# Graphdriver plugins ## Changelog diff --git a/docs/extend/plugins_logging.md b/docs/extend/plugins_logging.md index add6699a..fbfd2197 100644 --- a/docs/extend/plugins_logging.md +++ b/docs/extend/plugins_logging.md @@ -1,5 +1,4 @@ --- -title: "Docker log driver plugins" description: "Log driver plugins." keywords: "Examples, Usage, plugins, docker, documentation, user guide, logging" --- @@ -13,7 +12,7 @@ keywords: "Examples, Usage, plugins, docker, documentation, user guide, logging" will be rejected. --> -# Logging driver plugins +# Docker log driver plugins This document describes logging driver plugins for Docker. diff --git a/docs/extend/plugins_metrics.md b/docs/extend/plugins_metrics.md index f7a8825d..c29aeef9 100644 --- a/docs/extend/plugins_metrics.md +++ b/docs/extend/plugins_metrics.md @@ -1,5 +1,4 @@ --- -title: "Docker metrics collector plugins" description: "Metrics plugins." keywords: "Examples, Usage, plugins, docker, documentation, user guide, metrics" --- @@ -13,7 +12,7 @@ keywords: "Examples, Usage, plugins, docker, documentation, user guide, metrics" will be rejected. --> -# Metrics Collector Plugins +# Docker metrics collector plugins Docker exposes internal metrics based on the prometheus format. Metrics plugins enable accessing these metrics in a consistent way by providing a Unix diff --git a/docs/extend/plugins_network.md b/docs/extend/plugins_network.md index 143f17a7..dcebca60 100644 --- a/docs/extend/plugins_network.md +++ b/docs/extend/plugins_network.md @@ -1,5 +1,4 @@ --- -title: "Docker network driver plugins" description: "Network driver plugins." keywords: "Examples, Usage, plugins, docker, documentation, user guide" --- @@ -13,7 +12,7 @@ keywords: "Examples, Usage, plugins, docker, documentation, user guide" will be rejected. --> -# Engine network driver plugins +# Docker network driver plugins This document describes Docker Engine network driver plugins generally available in Docker Engine. To view information on plugins diff --git a/docs/extend/plugins_services.md b/docs/extend/plugins_services.md index 48da8143..cd94d11c 100644 --- a/docs/extend/plugins_services.md +++ b/docs/extend/plugins_services.md @@ -1,5 +1,4 @@ --- -description: Using services with plugins keywords: "API, Usage, plugins, documentation, developer" title: Plugins and Services --- @@ -70,7 +69,7 @@ node1 is the manager and node2 is the worker. ```bash {% raw %} - $ docker ps --format '{{.ID}}\t {{.Status}} {{.Names}} {{.Command}}' + $ docker ps --format '{{.ID}}\t {{.Status}} {{.Names}} {{.Command}}' 83fc1e842599 Up 2 days my-service.1.9jn59qzn7nbc3m0zt1hij12xs "top" {% endraw %} ``` diff --git a/docs/extend/plugins_volume.md b/docs/extend/plugins_volume.md index 294124d0..6f0a12d7 100644 --- a/docs/extend/plugins_volume.md +++ b/docs/extend/plugins_volume.md @@ -1,5 +1,4 @@ --- -title: "Volume plugins" description: "How to manage data with external volume plugins" keywords: "Examples, Usage, volume, docker, data, volumes, plugin, api" --- @@ -13,7 +12,7 @@ keywords: "Examples, Usage, volume, docker, data, volumes, plugin, api" will be rejected. --> -# Write a volume plugin +# Docker volume plugins Docker Engine volume plugins enable Engine deployments to be integrated with external storage systems such as Amazon EBS, and enable data volumes to persist diff --git a/docs/reference/builder.md b/docs/reference/builder.md index 652cdb68..d6bc165b 100644 --- a/docs/reference/builder.md +++ b/docs/reference/builder.md @@ -1,5 +1,4 @@ --- -title: "Dockerfile reference" description: "Dockerfiles use a simple DSL which allows you to automate the steps you would normally manually take to create an image." keywords: "builder, docker, Dockerfile, automation, image creation" redirect_from: diff --git a/docs/reference/glossary.md b/docs/reference/glossary.md index b12475a4..84963f38 100644 --- a/docs/reference/glossary.md +++ b/docs/reference/glossary.md @@ -1,5 +1,4 @@ --- -title: "Docker Glossary" description: "Glossary of terms used around Docker" keywords: "glossary, docker, terms, definitions" --- diff --git a/docs/reference/index.md b/docs/reference/index.md index bb7ec4df..54d180dc 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -1,5 +1,4 @@ --- -title: "Engine reference" description: "Docker Engine reference" keywords: "Engine" --- diff --git a/docs/reference/run.md b/docs/reference/run.md index a381001c..66bd878b 100644 --- a/docs/reference/run.md +++ b/docs/reference/run.md @@ -1,5 +1,4 @@ --- -title: "Docker run reference" description: "Configure containers at runtime" keywords: "docker, run, configure, runtime" ---