context_inspect
Retrieve the complete configuration of a specific Docker context by its name. Use with context_list to get details for any context.
Instructions
Return the full configuration for a single Docker context.
args: name - Context name (use the Name field from context_list)
returns: dict - The parsed docker context inspect entry for that context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |