- Intel and M1 Macs support
- Simple CLI interface
- Docker and Containerd support
- Port Forwarding
- Volume mounts
- Kubernetes
Colima is available on Homebrew, MacPorts, and Nix. Check here for other installation options.
# Homebrew
brew install colima
# MacPorts
sudo port install colima
# Nix
nix-env -iA nixpkgs.colima
Or stay on the bleeding edge (only Homebrew)
brew install --HEAD colima
If upgrading from v0.3.4 or lower, it is required to start afresh by deleting existing instance.
colima delete # delete existing instance
colima start
Start Colima with defaults
colima start
For more usage options
colima --help
colima start --help