Closed fosron closed 1 year ago
Ok found a solution:
export DOCKER_HOST="unix://$HOME/.colima/docker.sock"
Adding a note for future generations:
colima
can be ran with either containerd
or docker
runtime.
(see ~/.colima/default/colima.yaml
; if you have to use colima nerdctl
then it's containerd
runtime).
the solution above works for docker
runtime, but obv., not for containerd
runtime.
I'm trying to use Colima and Docker on macOS with ctop and i'm getting this
I found the socket URL using
But trying it using
ctop -connector
does not seem to work.