Provide qemu-arm-static on x86_64, to copy into arm containers
1.4K
The dockerfile builds the specified version of qemu-arm-static from source. When a container from this image is run (by default), it writes the generated executable binary of qemu-arm-static to stdout. Effectively, the following commands will create an executable qemu-arm-static binary in the current directory:
docker run --rm surround/qemu-arm-static:latest > ./qemu-arm-static && chmod +x ./qemu-arm-static
Content type
Image
Digest
Size
107 MB
Last updated
almost 10 years ago
docker pull surround/qemu-arm-static