I have installed DockerToolbox.exe and running jenkins latest version. When ever I am pinging Jenkins from my browser, it is not connecting to jenkins server. I am also sure that jenkins is running on 8080 port of Docker.
I am using Windows 7.
The below is the url which I am following for complete docker and jenkins set up.
Pls provide your Dockerfile and/or docker-compose. Also give us some information about the systems you are running on (Linux native Docker? Docker for Mac? Windows native or Windows Toolbox?).
The way you asked your question is basically as if you were asking a mechanic “I left my car at home, but it doesn’t work. Can you tell me what’s wrong?”. The answer is obviously: “No, cause I don’t have any information about the car.”
I am using Windows Toolbox.
docker commands were:
1> $docker run -idt --name jenkins -v /var/run/docker.sock:/var/run/docker.sock -p 8080:8080 -p 50000:50000 schoolofdevops/jenkins
2> $docker start jenkins
Then hitting the ip:8080 on browser. Then not getting connection