Skip to content

Tomcat with webapps and configuration volumes exposed for dynamic Docker execution

License

Notifications You must be signed in to change notification settings

42BV/docker-tomcat-volumes-exposed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Docker Tomcat with volumes exposed

Usage

docker run -it --rm \
    -v "$PWD"/PATH/TO/WAR:/usr/local/tomcat/webapps \
    -v "$PWD"/PATH/TO/CONF:/usr/local/tomcat/conf/api/classes \
    -v "$PWD"/PATH/TO/CATALINA:/usr/local/tomcat/conf/Catalina/localhost \
    -p 8080:8080 \
    --name tomcat \
    42bv/tomcat-volumes-exposed:1.0.0

Releases

No releases published

Packages

No packages published