|
|
|
Ask HN: Docker on Apple M1 Silicon
|
|
8 points
by goingindi
1527 days ago
|
|
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 |
|
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.