So I have the server… following the instructions on google cloud platform
I have the docker images downloaded thereon server and running with following properties:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
60b206130ef1 tomcat:7 “catalina.sh run” 6 hours ago Up 6 hours 0.0.0.0:32768->8080/tcp hopeful_hoover
I have my external IP-adress for my docker-server (I assume this would also be my docker host as far as I understand)
That server has a firewall that allows http and https traffic…
So what else do i want to try and do to see the homepage of tomcat besides typing my external server ip-adress:32768 in my native browser ?