Docker
Colima Runtime on MacOS
I use colima as container runtime on MacOS.
So if you get an error like this:
Cannot connect to the Docker daemon at unix:///Users/mitiko/.colima/default/docker.sock.
Is the docker daemon running?
You should start the runtime first:
colima start
More troubleshooting:
- https://github.com/abiosoft/colima/issues/243
echo 'export DOCKER_HOST="unix://$HOME/.colima/docker.sock"' >> ~/.zshrc