Comment by mehdibl

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

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.