How to connect IntelliJ Docker Integration to Docker Desktop (for Windows 10) How to connect IntelliJ Docker Integration to Docker Desktop (for Windows 10) windows windows

How to connect IntelliJ Docker Integration to Docker Desktop (for Windows 10)


The solution is to enable exposing the Docker deamon on tcp:localhost:2375 without TLS.This option can be found in general settings of Docker Desktop (Version 2.0.0.3).


Setting / General / Expose daemon on tcp://localhost:2375 without TLS

enter image description here