Using binfmt_misc and docker for multi-platform builds
In this post I’m gonna discuss how to use binfmt_misc to build and run
non-native docker images that you can build on your PC and deploy to your
target machine like e.g. raspberry pi.
What’s binfmt_misc?
binfmt_misc stands for miscellaneous binary formats and in short, it allows to run non-native binaries (through the help of a format associated interpreter) on the host system just as they were native.
