I am a newbie with docker. I need to use it at windows 7*64 , via docker toolbox
. I need to make a connection to server below:
Run the server:
docker run -p 4444:4444 mycontainerWithServer
After this i open new docker toolbox window and try to connect to localhost:4444
. I get ConnectionRefused error.