Skip to content

Instantly share code, notes, and snippets.

@foo4u
Created January 8, 2020 19:08
Show Gist options
  • Select an option

  • Save foo4u/b744e500b3704c6f6292b38c97dd64f1 to your computer and use it in GitHub Desktop.

Select an option

Save foo4u/b744e500b3704c6f6292b38c97dd64f1 to your computer and use it in GitHub Desktop.
Building Multi-Architecture Docker Images on ARM 64
$ 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
@sigkill
Copy link
Copy Markdown

sigkill commented Sep 6, 2020

Thanks! Most helpful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment