Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/42bv/docker-tomcat-volumes-exposed
Tomcat with webapps and configuration volumes exposed for dynamic Docker execution
https://github.com/42bv/docker-tomcat-volumes-exposed
docker docker-tomcat dockerfile tomcat
Last synced: about 1 month ago
JSON representation
Tomcat with webapps and configuration volumes exposed for dynamic Docker execution
- Host: GitHub
- URL: https://github.com/42bv/docker-tomcat-volumes-exposed
- Owner: 42BV
- License: mit
- Created: 2017-02-24T09:43:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T10:17:00.000Z (almost 8 years ago)
- Last Synced: 2024-11-07T01:27:32.456Z (3 months ago)
- Topics: docker, docker-tomcat, dockerfile, tomcat
- Homepage: https://hub.docker.com/r/42bv/tomcat-volumes-exposed/
- Size: 1.95 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
```