-
According to the documentation it is possible to run ARM64 containers on AMD64. Is the same true for running AMD64 containers on ARM64? I have installed Arch Linux ARM on my Raspberry Pi 3 and I can not get it to work. Since I couldn't find the Running Running
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I got it working on Raspbian by running So now my question is, can this be done on Arch? |
Beta Was this translation helpful? Give feedback.
I got it working on Raspbian by running
sudo apt-get install -y qemu-user-static binfmt-support
and thendistrobox create -i quay.io/toolbx-images/archlinux-toolbox:latest -n archbox
So now my question is, can this be done on Arch?
qemu-user-static
is nowhere to be seen in the official repo and the AUR. I found a project called multiarch that provides qemu-user-static binaries but I no idea what to do with them. I tried downloadingqemu-x86_64-static
then renaming and moving it to/usr/bin/qemu-user-static
with no success.