Docker (and Kubernetes) on MacOS with minimal setup
Since Lima is aka Linux on Mac. By transitivity, Colima can also mean Containers on Linux on Mac.
GitHub - abiosoft/colima: Docker (and Kubernetes) on MacOS with minimal setup
Docker (and Kubernetes) on macOS with minimal setup. Colima requires Lima and Docker client (and kubectl if Kubernetes will be enabled). brew install lima docker kubectl curl -LO https://raw.githubusercontent.com/abiosoft/colima/v0.1.10/colima && sudo install colima /usr/local/bin/colima Verify install Command line usage colima start starts and setup Docker by default.
https://github.com/abiosoft/colima

Seonglae Cho