What are colima deamon settings for connection from intellij
Solution 1:
Found the answer: under ~/.colima/
there is the socket file docker.sock
.
In order to configure intellij - I added tcp connection and in the API url I put: unix:/Users/{myuser}/.colima/docker.sock
.