Expected behavior
Jenkins application is opened
Actual behavior
Page say: This site can’t be reached.
But if look at the log: Docker say that container attached to IP: 10.0.75.2 and application is available by this IP.
Information
Windows 10 Enterprise
Docker version 1.11.1, build 5604cbe
Steps
- Start docker
- Open cmd and execute command: docker run -p 8080:8080 -p 50000:50000 jenkins:2.0-alpine
- Wait for docker completely init
- Try to navigate to: localhost:8080