Run Foreign-Architecture Docker Containers
https://npmccallum.gitlab.io/post/foreign-architecture-docker/
CTF | Docker | ToolSometimes it is necessary to run Docker containers for a different CPU architecture. This Docker container makes it possible to run other Docker containers with a different architecture. It works by using binfmt_misc
, a Linux kernel feature to run files with interpreters, and installs QEMU binaries for different architectures.