context_inspect
Get a Docker context's full configuration, including endpoint and TLS details. Uses the context name returned by context_list.
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 |