Skip to content

Instantly share code, notes, and snippets.

@developer-guy
Created March 31, 2022 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save developer-guy/da064da3eb135d814b3c7ece165eed33 to your computer and use it in GitHub Desktop.
Save developer-guy/da064da3eb135d814b3c7ece165eed33 to your computer and use it in GitHub Desktop.
list all the builder instances of buildx
$ docker buildx ls
NAME/NODE DRIVER/ENDPOINT STATUS PLATFORMS
desktop-linux docker
desktop-linux desktop-linux running linux/amd64, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6
default * docker
default default running linux/amd64, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment