This versión include:
- Oracle JDK
- Sdkman
- Grails
- Gradle
If you want run a grails application inside a docker container with this image, must execute the the following command:
docker run -d --name mygrails-app -p 8080:8080 -v ~/mygrails-app:/app pascencio/oracle-jdk-grails:latest