buildx_inspect
Inspect a Docker builder's configuration and status, including driver and supported platforms. Boots the builder if it's not running.
Instructions
Inspect a builder instance.
Human-readable detail (driver, status, supported platforms) for one builder; buildx_list
returns machine-parsed JSON for all builders.
Does not raise on a non-zero CLI exit (a missing buildx plugin or a timeout still raises) - inspect
returncode/stderr in the result.
Args: name: Builder name (defaults to the active builder) bootstrap: Boot the builder if it isn't already running
Returns: dict: {"returncode": int, "stdout": str, "stderr": str, "truncated": bool}. stdout is human-readable; parse with the agent or call buildx_list for JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| bootstrap | No |