kullervo16 / mamute

Dockerfile for Mamute
1 stars 1 forks source link

mamute

Dockerfile for Mamute

It takes the basic mamute-1.3-0 distribution, adds a script to parameterize the hibernate config file so you can start the container with following options

This container has been tested together with a default mysql container

Example : docker run -ti -e DB_HOST=192.168.1.4 -e DB_USER=mamute -e DB_PWD=mamute_pwd -e DB_NAME=mamute -e DB_PORT=7000 -p 8080:8080 kullervo16/mamute