Docker in Mac with Colima

Find colima here https://github.com/abiosoft/colima

Colima replaces Docker Desktop, is used for linux and mac.

Install colima

brew install docker-credential-helper docker
brew install colima

Run colima

colima start

Now docker can be run

docker ps

Also

Apparently some applications have an issue finding docker:

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Just set env variable:

export DOCKER_HOST=unix://${HOME}/.colima/default/docker.sock