Comment by bradfa
4 months ago
Docker works fine on arm. Docker has multi-arch image support and it works seamlessly if implemented correctly. Tons of docker images already support multi-arch. https://www.docker.com/blog/multi-arch-build-and-images-the-...
But tons of them also don't. And for those that don't, there are usually alternatives available, but they are just that tiny bit different. So while Docker works, there is extra effort needed to use it.
You can always use amd64 images with qemu-user if necessary.