system_version
Retrieve Docker server version details to verify engine and API compatibility before running commands.
Instructions
Return Docker server version information.
Engine version, API level, and per-component versions — the first thing to check for feature
availability. system_info reports runtime state (counts, drivers, swarm role) instead.
returns: dict - {"Version", "ApiVersion", "MinAPIVersion", "Os", "Arch", "Components", ...}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||