Live data from Hacker News

ARM Mac: Why I'm Worried About Virtualization

bmalehorn.com

1–10 of 313 posts

Re: ARM Mac: Why I'm Worried About Virtualization

#6

This is ridiculous. Your code will just have to support multiple architectures, which is very easy with modern languages and tooling.

Yeah, ARM is coming and docker will move to support it. We already have this: https://docs.docker.com/buildx/working-with-buildx/

Things like the pinebook pro (and hopefully more linux ARM devices) will keep pushing this further.

Re: ARM Mac: Why I'm Worried About Virtualization

#8
It will be extremely interesting to see what the dev's say with the test boxes. Curious if there's any magical fixes like switching over to ARM Linux, since the software of an image would likely be compiled for x86 I really doubt it...

Perhaps this will spur some people over to running ARM servers in the cloud...

Re: ARM Mac: Why I'm Worried About Virtualization

#9
> Why can't you update the Docker image to also support ARM? You theoretically could switch your backend to run ARM Linux. However, this would take months - renting out ARM instances, re-building all repositories, and a tense switch over.

I don't see why this would be so hard. If anything, I expect to see a massive upswing in things like AWS Graviton2 uptake, and a lot of common Docker images being built with ARM versions out of the box. It might be about a year or so, but eventually we'll be able to just go ARM-native the whole way.

What Apple needs to do is make a first-class, WSL-tier implementation of Docker for Mac for ARM.

Post reply on HN