Qemu Tips&Tricks

Running binaries from other platform

Linux via Qemu supports the ability to introspect platform (arch) from the binaries and then
automatically to run them via registered emulator.

The whole process is involved, but thankfully, using the docker-images whole process is streamlined to single command:

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

The source-code for project can be found here: https://github.com/multiarch/qemu-user-static

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *