Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasufell/docker-gentoo-tomcat
Gentoo tomcat inside docker image
https://github.com/hasufell/docker-gentoo-tomcat
Last synced: 23 days ago
JSON representation
Gentoo tomcat inside docker image
- Host: GitHub
- URL: https://github.com/hasufell/docker-gentoo-tomcat
- Owner: hasufell
- Created: 2015-10-21T13:12:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T14:58:12.000Z (almost 9 years ago)
- Last Synced: 2024-05-01T21:41:41.675Z (6 months ago)
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Running
First set up tomcat:
```sh
docker run -ti \
-v :/var/lib/tomcat-8 \
-v :/etc/tomcat-8 \
hasufell/gentoo-tomcat \
/usr/share/tomcat-8/gentoo/tomcat-instance-manager.bash --create
```Then start tomcat:
```sh
docker run -ti -d \
-v :/var/lib/tomcat-8 \
-v :/etc/tomcat-8 \
-p 8080:8080 \
hasufell/gentoo-tomcat
```