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 <github@gone.nl>
(cherry picked from commit 82805ad71f)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-06-06 14:22:38 +02:00
parent 45fa7f79d3
commit 22bbb73a12
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 5 additions and 8 deletions

View File

@ -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" keywords: "API, Usage, plugins, documentation, developer"
--- ---
@ -15,17 +15,14 @@ keywords: "API, Usage, plugins, documentation, developer"
# Plugin Config Version 1 of Plugin V2 # Plugin Config Version 1 of Plugin V2
This document outlines the format of the V0 plugin configuration. The plugin This document outlines the format of the V0 plugin configuration.
config described herein was introduced in the Docker daemon in the [v1.12.0
release](https://github.com/docker/docker/commit/f37117045c5398fd3dca8016ea8ca0cb47e7312b).
Plugin configs describe the various constituents of a docker plugin. Plugin Plugin configs describe the various constituents of a docker plugin. Plugin
configs can be serialized to JSON format with the following media types: configs can be serialized to JSON format with the following media types:
Config Type | Media Type | Config Type | Media Type |
------------- | ------------- |-------------|-----------------------------------------|
config | "application/vnd.docker.plugin.v1+json" | config | "application/vnd.docker.plugin.v1+json" |
## *Config* Field Descriptions ## *Config* Field Descriptions