Hacker News new | ask | show | jobs
by swe_dima 1250 days ago
These new ARM chips are almost perfect, the only bad part is... ARM.

Most backend devs these days use Docker, and serious Docker usage on M1/M2 macs isn't really possible due to bugs and super slow performance.

I was doing benchmarks and for our workloads images would build several times slower as well as our test suites.

We had many devs in our company buy the shiny macbooks only having to return them due to incompatibilities with Docker.

My computer journey was Windows -> Linux -> Macos, now more than decade later I am returning back to Windows, because WSL is a total blessing.

2 comments

Docker for ARM Macs should be improved with the latest update:

> Yesterday a new @Docker For Mac version was released that will virtualize Intel containers with Rosetta instead of emulating them.

https://twitter.com/tobias_petry/status/1613837074356129792

I don't know what you mean about Docker - in my experience it runs just fine on M1.
You must be jocular then. He said serious usage. (In all seriousness, I’ve had few problems as well. Sometimes I have to muck with base images but it’s not a showstopper)
They are talking about running production x64 Docker containers, which is slow on M1.

If you're using ARM64 containers, then it works pretty well, for the most part.