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
run boot2docker ip to get the IP of your docker bridge. Then you can run curl BRIDGE_IP:8888 The IP will be something like 192.168.59.103. With boot2docker the VMs networking stack is not your local host but running on a virtual interface.
boot2docker ip
curl BRIDGE_IP:8888