Skip to content

Instantly share code, notes, and snippets.

@Alextrapixel
Created September 12, 2025 15:10
Show Gist options
  • Save Alextrapixel/02a0a5536822475713590416f62ecde1 to your computer and use it in GitHub Desktop.
Save Alextrapixel/02a0a5536822475713590416f62ecde1 to your computer and use it in GitHub Desktop.
Deploy x86 docker image in ARM64

Run this docker image :

docker run --rm --privileged --platform linux/arm64 tonistiigi/binfmt --install qemu-x86_64

Or you can install all architecture with all :

docker run --rm --privileged --platform linux/arm64 tonistiigi/binfmt --install all

Another alternative image is linuxserver/qemu-static

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