Hello, I have a question... I have windows 10 x64bit machine, installed RD on it. I also have a maven project which builds the docker images using the docker maven plugin fabric8io
https://github.com/fabric8io/docker-maven-plugin.... maven is throwing exception since its not able to connect to the docker daemon running inside RD. Question is how do I know which IP:Port docker daemon is listening.
Error on console while running
mvn install
[ERROR] DOCKER> Cannot create docker access object [Connect to localhost:2375 [localhost/127.0.0.1, localhost/0
00
00
00:1] failed: Connection refused: connect]
I am stuck I guess here. Looking for help.