Remix.run Logo
mehdibl 5 days ago

This sound nice but I don't like the incompatibility with x86. Docker and many other things.

Yeah we need some trade off's. But for dev's & a lot of ops stuff I enjoy more x86 as it's de facto standard.

bradfa 5 days ago | parent [-]

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-...

bornfreddy 5 days ago | parent [-]

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.

seba_dos1 5 days ago | parent [-]

You can always use amd64 images with qemu-user if necessary.