by iwebdevfromhome on 1/24/23, 12:02 AM with 9 comments
Using docker on m1 processors involved using rosetta and making changes to your application dev. configuration to specify the use of x86_64.
Is this still the case?
People who use Apple Silicon processors as your daily drivers and make use of Docker in development. What is your experience ?
by mosen on 1/24/23, 12:34 AM
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).
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.
by adamhp on 1/24/23, 1:47 PM
by softwaredoug on 1/24/23, 1:54 AM
by yuppie_scum on 1/24/23, 3:59 AM