Ask HN: Docker on Apple M1 Silicon
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
7 comments
[ 5.5 ms ] story [ 25.3 ms ] threadWorks 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.