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.
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.