context_inspect
Retrieve the full configuration of a Docker context by providing its name. Get the parsed inspect details for managing Docker environments.
Instructions
Return the full configuration for a single Docker context.
args: name - Context name (use the Name field from context_ls)
returns: dict - The parsed docker context inspect entry for that context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |