Created
January 8, 2020 19:08
-
-
Save foo4u/b744e500b3704c6f6292b38c97dd64f1 to your computer and use it in GitHub Desktop.
Building Multi-Architecture Docker Images on ARM 64
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 create --name mbuilder | |
mbuilder | |
$ docker buildx use mbuilder | |
$ docker buildx inspect --bootstrap | |
Name: mbuilder | |
Driver: docker-container | |
Nodes: | |
Name: mbuilder0 | |
Endpoint: unix:///var/run/docker.sock | |
Status: running | |
Platforms: linux/arm64, linux/amd64, 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
Thanks! Most helpful!