07-03-2020, 02:28 AM
(07-02-2020, 05:22 AM)dukla2000 Wrote: I have installed bmap-tools, debootstrap, qemu-system-arm (figured it would be more useful than -x86!), qemu-user-static, binfmt-support & docker.io. But then I get
Code:standard_init_linux.go:211: exec user process caused "exec format error"
You forgot one thing: docker containers are architecture-dependent, and "godebos/debos" is likely to be x86-64
Installing qemu-system-x86 would indeed make things work, but it would probably be painfully slow.
You can either check if there's an arm64 docker container for debos, or compile debos from source (which is quite easy iirc)