$ sudo apt-get update -y $ sudo apt-get install -y binfmt-support qemu-user-static Check if the/proc/sys/fs/binfmt_misc/*and/usr/bin/qemu-*-staticfiles are installed. For example, if you want to run the aarch64 (arm64) container, you can use/usr/bin/qemu-aarch64-staticinstalled...