I am trying to use the new PHPStorm function, which is designed to develop a PHP application using dockers.
I installed the docker integration plugin for PHPStorm, when I try to determine the Clouds settings, I get this error:
cannot connect: com.github.dockerjava.api.NotFoundException
I checked the application and its launch in the browser usually:
http:
I did not specify a certificate folder as I use http not https locally.

Any idea? I'm on Windows 10, I installed jdk-7u79-windows-x64, I tried both 32, 64 versions, and I got the same error.
Although the car is up and running.
source
share