top | item 32029153

(no title)

gourneau | 3 years ago

I love my M1 for development, I have a work M1, and I like it so much I am getting M2 for person use.

I had 2 main issues at first, but they are both resolved. One, if you want to use arm native Python conda now supports arm which is great. The second issue was docker, but it turns out that docker has qemu built in. here is an example of how to use x86 docker images on a M1 Mac.

     docker run -it --platform linux/amd64 ubuntu bash

discuss

order

superdug|3 years ago

I ditched docker for rancher desktop and haven't needed to go back yet for any reason, plus I have k3s natively now as well.