buildx_list
List all Docker builder instances with a machine-parsed view, enabling automation and quick overview of available builders.
Instructions
List builder instances.
Machine-parsed view of every builder; use buildx_inspect for one builder's human-readable
detail and buildx_use to switch the default.
Raises RuntimeError if the CLI call fails.
returns: list - One dict per builder (parsed from --format '{{json .}}').
If the captured stdout was truncated by MAX_CLI_OUTPUT_BYTES the
last (likely partial) record is dropped before parsing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||