context_inspect
Retrieve detailed configuration for a specific Docker context, including endpoint and TLS settings. Use when you need full context details beyond the summary 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 RemoteFailureError 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 |