Sign inSign up

netbisect/tomcat

By netbisect

Updated over 8 years ago

Minimal Docker image with tomcat.

Image
1

614

netbisect/tomcat repository overview

docker-tomcat

Minimal (92.6 MB) Docker image with tomcat.

Try it

Run like this:

docker run --rm --name=myTomcatTest -p 10080:8080 netbisect/tomcat:8-jre8

Copy your war file into the container (just for testing):

docker cp YOUR_WAR_FILE myTomcatTest:/usr/tomcat/webapps/ROOT.war

Then navigate to:

http://localhost:10080/

Build it on your own
  • Clone the repo
  • run docker build -t netbisect/tomcat:8-jre8 . in its root folder.

Tag summary

Content type

Image

Digest

Size

62.6 MB

Last updated

over 8 years ago

docker pull netbisect/tomcat