buildx_list
List Docker builder instances in a machine-readable JSON format. Ideal for programmatic access and automation.
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 | |||