I am running tomcat in my docker container from the Official Repo.
docker pull tomcat
And as per guidelines stated in the homepage I\'ve ru
Using docker-machine ls to get the IP of the Virtual Box instance running the container. Then use that with the associated port you exposed, in my case 8080, so it was http://192.168.99.100:8080.
docker-machine ls
http://192.168.99.100:8080