buildx_list
List all Docker builder instances in a machine-readable format, enabling quick overview and management of multiple builders. Ideal for identifying available builders before switching or inspecting details.
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 RemoteFailureError 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 | |||