# Alternative Docker runtime

```bash
brew install docker-credential-helper docker colima
colima start
brew services start colima
# for apple silicon mac to run x86 containers
colima start --arch aarch64 --vm-type=vz --vz-rosetta --cpu 4 --memory 4 --disk 64
```
