diff --git a/docs/extend/config.md b/docs/extend/config.md index a8b07b749f..6af92c55b4 100644 --- a/docs/extend/config.md +++ b/docs/extend/config.md @@ -1,5 +1,5 @@ --- -description: "How develop and use a plugin with the managed plugin system" +description: "How to develop and use a plugin with the managed plugin system" keywords: "API, Usage, plugins, documentation, developer" --- @@ -15,17 +15,14 @@ keywords: "API, Usage, plugins, documentation, developer" # Plugin Config Version 1 of Plugin V2 -This document outlines the format of the V0 plugin configuration. The plugin -config described herein was introduced in the Docker daemon in the [v1.12.0 -release](https://github.com/docker/docker/commit/f37117045c5398fd3dca8016ea8ca0cb47e7312b). +This document outlines the format of the V0 plugin configuration. Plugin configs describe the various constituents of a docker plugin. Plugin configs can be serialized to JSON format with the following media types: -Config Type | Media Type -------------- | ------------- -config | "application/vnd.docker.plugin.v1+json" - +| Config Type | Media Type | +|-------------|-----------------------------------------| +| config | "application/vnd.docker.plugin.v1+json" | ## *Config* Field Descriptions