Y
Hacker News
new
|
ask
|
show
|
jobs
by
bradfa
326 days 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-...
1 comments
bornfreddy
326 days ago
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.
link
seba_dos1
326 days ago
You can always use amd64 images with qemu-user if necessary.
link