context_inspect
Inspect a Docker context by name to retrieve its full configuration, including endpoint and TLS details. Use the name parameter from context_list to get the complete inspection output.
Instructions
Return the full configuration for a single Docker context.
Full endpoint/TLS detail for one context; context_list gives the one-line summary of all.
Raises RuntimeError if the CLI call fails.
args: name - Context name (use the Name field from context_list)
returns: dict - The parsed docker context inspect entry (keys include "Name" and
"Endpoints" with the daemon URL)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |