buildx_list
List all Docker builder instances in a machine-readable format. Get a clear overview of available builders to identify targets for inspection or switching the default.
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 | |||