Sign inSign up

techeduhub/tomcat

By techeduhub

•Updated over 2 years ago

Apache tomcat server repository

Image
Web servers
0

77

techeduhub/tomcat repository overview

⁠How to pull the image ?

$ docker pull techeduhub/tomcat:8.5.55

⁠How to create the container ?

$ docker container run -d -p 8080:8080 --name=tomcat-container techeduhub/tomcat:8.5.55

⁠How to access the application ?

$ docker container logs tomcat-container

Access the URL = http://[CONTAINER_IP]:8080/samplewebapp/

⁠How to stop the container ?

$ docker container stop tomcat-container

Tag summary

Content type

Image

Digest

sha256:1d856427b…

Size

357.9 MB

Last updated

over 2 years ago

docker pull techeduhub/tomcat:8.5.55