Created
March 31, 2022 13:08
-
-
Save developer-guy/da064da3eb135d814b3c7ece165eed33 to your computer and use it in GitHub Desktop.
list all the builder instances of buildx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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