mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-17 17:17:40 +08:00
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com> Co-authored-by: Harshavardhan <harshath3018@gmail.com>
297 B
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}}"