Here are error details
-
from the host (Cent OS 7):
- http://locahost:8080/volume-viewer.html => works
- http://172.17.0.2:8080/volume-viewer.html => Unable to connect
- http://192.168.60.177:8080/volume-viewer.html => Error process didn’t start properly
-
from another host (Windows 10):
- http://172.17.0.2:8080/volume-viewer.html => Unable to connect
- http://192.168.60.177:8080/volume-viewer.html => Error process didn’t start properly
-
172.17.0.2 IP is automatically assigned to docker virtual interface
docker0
created with docker installation. Network IP of the host is 192.168.60.177 and that of remote machine is 192.168.60.217.
Further details:
- os: Windows (Remote machine) / Linux (Docker Host)
- app: The untouched one from cookiecutter - yes
- network: - 8080 port allowed in firewall of docker host machine