Run Docker using Colima in MacBook
Installation
brew install colima docker docker-composeConfiguring the VM
colima start --cpu 4 --memory 5 --disk 60 --vm-type vz --vz-rosettacolima start --cpu 4 --memory 5 --disk 60colima statusChange Docker Context
docker context ls
docker context use colimaConfigure Docker Plugins
Manage Colima
Last updated