It's been a few years since the release of apple silicon. The reason why I haven't made the change yet from my trusty 2019 i7 mbp is because of all the articles I read back in the day when the new architecture was first released.<p>Using docker on m1 processors involved using rosetta and making changes to your application dev. configuration to specify the use of x86_64.<p>Is this still the case?<p>People who use Apple Silicon processors as your daily drivers and make use of Docker in development. What is your experience ?
I've tried Docker Desktop, Rancher, Colima, all with various settings (including the disk ones), and it's always very, very slow for me (M1 Macbook Pro 16). This is when developing with both a .NET 7 stack and a Node stack.<p>I tried creating a VM and pointing my DOCKER_HOST to that, but it's still slow. The main problem is that I'm trying to work with AMD64 on an ARM64 (due to my constraints).<p>I'm going to set up an old non-M1 box in my office and use that as my Docker host. I am also tempted to use a cheap remote instance for when I'm OOO.
Docker on my M1 seems fine? Haven't noticed anything out of the ordinary. Running a basic little 5-6 container django/celery/nextjs setup and no noticeable performance issues.