skip to Main Content

I have installed colima and it works great.
I am using ssh://localhost:60006 to connect to it from visual studio Docker plugin but was not able to connect to it from jetbrains Docker plugin.

Does anyone know what settings should I use?

3

Answers


  1. Chosen as BEST ANSWER

    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.


  2. colima status will give you this information.
    Also given on colima start

    Login or Signup to reply.
  3. Now IntelliJ 2022.2 supports colima! Enjoy… 😉

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search