Sign inSign up

surround/qemu-arm-static

By surround

Updated almost 10 years ago

Provide qemu-arm-static on x86_64, to copy into arm containers

Image
0

1.4K

surround/qemu-arm-static repository overview

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

Tag summary

Content type

Image

Digest

Size

107 MB

Last updated

almost 10 years ago

docker pull surround/qemu-arm-static