Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

bpatterson971/docker-centos7-tomcat85

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

docker-centos7-tomcat85

Provides a Docker container with CentOS7 and Tomcat8.5.

Webapps are at /tomcat/webapps Log files are written to /tomcat/logs

Usage example:

$ docker run -d -v /path/to/webapps:/tomcat/webapps -v /path/to/logs/:/tomcat/logs -p 80:8080 --name my-tomcat-container bpatterson/centos7-tomcat85:latest