britzke / rennspur

Visualize the traces of races
GNU Affero General Public License v3.0
1 stars 1 forks source link

Docker image #43

Closed leowinterde closed 7 years ago

leowinterde commented 7 years ago

Related #32

There are two ways to run Rennspur under docker, manually (read README.md#installation-with-docker) or with a simple script (just run sh docker-run.sh).

The Derby database and Tomcat server a separated containers to stay in dockers single responsibility principle. Maven is just a temporary container for the build process.

Questions? just let me know.