qemu-static
The LinuxServer.io team brings you another container release featuring :-
Find us at:
QEMU Static - Run multiple architectures of Docker containers on an x86_64 or aarch64 host using QEMU static.
We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.
Simply pulling lscr.io/linuxserver/qemu-static:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
The architectures supported by this image are:
| Architecture | Available | Tag |
|---|---|---|
| x86-64 | ✅ | amd64-<version tag> |
| arm64 | ✅ | arm64v8-<version tag> |
Unlike most of our container library this image is meant to be run ephemerally from the command line to enable the underlying host to run containers built for different architechtures. Changes will not persist a host reboot.
docker run --rm -it \
--privileged \
linuxserver/qemu-static \
--reset \
-p yes
Content type
Image
Digest
sha256:3b35e71b3…
Size
109.7 MB
Last updated
25 days ago
docker pull linuxserver/qemu-static:10.0.2Pulls:
32,071
Last week