Hacker News new | ask | show | jobs
by gabereiser 1981 days ago
Stuck on a docker tech preview on my M1, it works but only with arm64 images. Docker for me is the main crux to get me to use the M1 as my daily driver. Python works fine, node as well, but I don’t like modifying my environment and like to encapsulate it in docker (docker everything) and so far I’m not 100%. Docker works like I said, but it’s still a WIP and all. I think Q2/Q3 of this year we’ll see more mainline support.
1 comments

Docker with Intel images = `--platform linux/amd64`
I probably need to upgrade :)