docker buildx ls --format 'table {{.Name}}\t{{.Driver}}\t{{.Platforms}}'
List builders in a custom table format
ls enumerates builders and marks the current one with an asterisk. --format accepts Go template placeholders like {{.Name}} and {{.Platforms}} for scriptable output. The default formatting already shows driver and platforms if you omit it.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.