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/configuration/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A Docker Agent config has these main sections:

```bash
# 1. Version — configuration schema version (optional but recommended)
version: 15
version: 16

# 2. Metadata — optional agent metadata for distribution
metadata:
Expand Down Expand Up @@ -298,10 +298,10 @@ For YAML editor autocompletion and validation, use the [Docker Agent JSON Schema

## Config Versioning

Docker Agent configs are versioned. The current version is `15`. Add the version at the top of your config:
Docker Agent configs are versioned. The current version is `16`. Add the version at the top of your config:

```yaml
version: 15
version: 16

agents:
root:
Expand Down
Loading