buildx_inspect
Inspect a Docker builder to get its driver, status, and supported platforms. Boot the builder if it isn't running to prepare it for use.
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 — 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 |