Differences between revisions 1 and 2
Revision 1 as of 2023-06-02 22:51:58
Size: 655
Comment:
Revision 2 as of 2025-12-19 21:27:23
Size: 640
Comment: Remove link
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Through [[Linux/Qemu|qemu(1)]], it is possible to run containers for alternate architectures and platforms. Through qemu(1), it is possible to run containers for alternate architectures and platforms.

Docker Multiplatform

Through qemu(1), it is possible to run containers for alternate architectures and platforms.


Installation

For Arch, try installing qemu-user-static-binfmt.

For Debian and derivative distributions, try installing binfmt-support and qemu-user-static.

It is also possible to install the binaries through docker(1):

sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes


Usage

sudo docker run --rm -t arm64v8/ubuntu uname -m


CategoryRicottone

Docker/Multiplatform (last edited 2025-12-19 21:27:23 by DominicRicottone)