Register qemu-*-static
for all supported processors except the current one
docker run --rm --privileged multiarch/qemu-user-static:register
Same as above, but remove all registered binfmt_misc
before
docker run --rm --privileged multiarch/qemu-user-static:register --reset
- x86_64
Currently qemu-user-static is not available on other host architectures such as aarch64.
Run uname -m
to check it on your environment.
- Scaleway's build system:
- Docker + multiarch = <3 (Release blog post)
- Introduction article: eyskens.me/multiarch-docker-images
- Dockerized C benchmarks for both ARM and amd64 hardware: luxas/benchmark
- Standalone image example: meyskens/multiarch-nodejs
- RaspberryPI + haskell hacks:
- Music notation software: musescore/MuseScore
- hub.docker.com/r/multiarch/
- alpine: Docker Hub, GitHub
- debian-debootstrap: Docker Hub, GitHub
- ubuntu-core: Docker Hub, GitHub
- ubuntu-debootstrap: Docker Hub, GitHub
- fedora: Docker Hub, GitHub
- centos: Docker Hub, GitHub
- busybox: Docker Hub, GitHub
Organizations with some (if not all) multiarch images: