Cannot connect: com.github.dockerjava.api.NotFoundException

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://192.168.99.100:8090/

I did not specify a certificate folder as I use http not https locally.

enter image description here

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.

+4
source share
1 answer

: - ssh ( ):

: https://hub.docker.com/r/jorge07/php7-xdebug-ssh/ :

: > PHP ( , php :/usr/local/bin/php)

sftp: , , > ssh /app .

, . !

0

Source: https://habr.com/ru/post/1628861/


All Articles