Hey with all the questions on Apple m1, I thought to ask how you’re installing docker (or alternatives!?) on silicon native (no Rosetta)
Brew, docker desktop, rancher, or how?
Interested in docker for laravel and Django on m1
1–8 of 8 posts
Brew, docker desktop, rancher, or how?
Interested in docker for laravel and Django on m1
Works absolutely fine. The only issues I had early on were some images I was using were not yet built for ARM. So it would run x86 containers through QEMU I believe, which has a pretty big performance penalty.
Luckily those images now have ARM builds so I have no other issues.
Their FAQs are pretty good, too (https://github.com/lima-vm/lima#faqs--troubleshooting).
Biggest advantage for me: I don't pollute my Macos.