Files
tldr/pages/common/docker-buildx-ls.md
T
2026-04-01 09:59:18 +07:00

297 B

docker buildx ls

List builder instances and associated nodes. More information: https://docs.docker.com/reference/cli/docker/buildx/ls/.

  • List builder instances:

docker buildx ls

  • Format the output using a Go template:

docker buildx ls --format "{{.NAME}}: {{.DriverEndpoint}}"