Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/extend/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords: "API, Usage, plugins, documentation, developer"
title: Plugin Config Version 1 of Plugin V2
---

This document outlines the format of the V0 plugin configuration.
This document outlines the format of the version 1 plugin configuration.

Plugin configs describe the various constituents of a Docker engine plugin.
Plugin configs can be serialized to JSON format with the following media types:
Expand All @@ -15,8 +15,8 @@ Plugin configs can be serialized to JSON format with the following media types:

## Config Field Descriptions

Config provides the base accessible fields for working with V0 plugin format in
the registry.
Config provides the base accessible fields for working with the version 1
plugin format in the registry.

- `description` string

Expand Down