Apache tomcat server repository
77
$ docker pull techeduhub/tomcat:8.5.55
$ docker container run -d -p 8080:8080 --name=tomcat-container techeduhub/tomcat:8.5.55
$ docker container logs tomcat-container
Access the URL = http://[CONTAINER_IP]:8080/samplewebapp/
$ docker container stop tomcat-container
Content type
Image
Digest
sha256:1d856427b…
Size
357.9 MB
Last updated
over 2 years ago
docker pull techeduhub/tomcat:8.5.55