📝 I wrote a short blog post on how to get rid of Docker Desktop on Macs running Apple Silicon.
https://redalemeden.com/blog/2022/ditching-docker-desktop-apple-silicon
@zw Thanks for the tip Zachary! I wasn't aware as it's been over a year since I went over these. I will give it a shot and add a short update blurb!
@redalemeden FWIW, Podman 2.0 worked with Homebrew to obviate any of the QEMU setup. Its first-time setup now looks almost exactly like the Colima setup you describe: `podman machine init -v /Some/Directory/On/Mac:/Some/Directory/In/VM`. I find its compatibility with the Docker CLI a little better.