From 82805ad71fa152b21494964d68c88fcd982de62c Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 6 Jun 2022 14:22:38 +0200 Subject: [PATCH] docs/extend: remove note about first supported version Docker v1.12 is really old, so no need to continue including this in the docs. Also reformatted a markdown table. Signed-off-by: Sebastiaan van Stijn --- docs/extend/config.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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