You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use Colima and Docker on macOS with ctop and i'm getting this
│ │
│ [15:12:01 EET] Get "http://unix.sock/info": dial unix /var/run/docker.sock: connect: no such file or directory │
│ │
│ [15:12:01 EET] attempting to reconnect...
I found the socket URL using
colima status
...
INFO[0000] socket: unix:///Users/***/.colima/default/docker.sock
But trying it using ctop -connector does not seem to work.
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.The text was updated successfully, but these errors were encountered: