From 5bfa17e58b6226178785657413ac03a7c1278d8d Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Wed, 7 Dec 2016 17:35:09 -0800 Subject: [PATCH] remove old media type compat for plugins Signed-off-by: Victor Vieux --- docs/extend/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extend/config.md b/docs/extend/config.md index 93ed4958a3..eca33803c2 100644 --- a/docs/extend/config.md +++ b/docs/extend/config.md @@ -14,7 +14,7 @@ keywords: "API, Usage, plugins, documentation, developer" --> -# Plugin Config Version 0 of Plugin V2 +# 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 @@ -25,7 +25,7 @@ configs can be serialized to JSON format with the following media types: Config Type | Media Type ------------- | ------------- -config | "application/vnd.docker.plugin.v0+json" +config | "application/vnd.docker.plugin.v1+json" ## *Config* Field Descriptions