Connect to daemon docker installed in another local machine
I’m using IntelliJ idea editor and I want to connect the docker plugin to a docker daemon installed in another machine in the same local network.
But the problem is the connection is failed with the exception java.net.SocketTimeoutException
ps: The "expose daemon on tcp.." is enabled
How can I solve that, please?
Source: Docker Questions