Skip to content

ericweikl/docker-tomcat8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tomcat 8 Docker Image

A docker image for Tomcat 8 and Oracle JDK 7.

Map the directory containing your war files into the container under /deploy, using volumes. For example:

$ docker run -p 8080:8080 -v $(pwd)/target/myapp.war:/deploy:ro ericweikl/tomcat8

This image is heavily inspired by those at https://github.com/ConSol/docker-appserver. However, I wanted to use the Oracle JDK and a dedicated Tomcat user.

About

A Dockerfile for Tomcat 8 with Oracle JDK 7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages