docker image for grails (with Oracle JDK) based off of stackbrew/debian:jessie
Note: See the subdirectories for different Docker tags for specific versions of Grails
To pull this image:
docker pull mbentley/grails:latest
Example usage:
Note: The default ENTRYPOINT is grails --plain-output with the default CMD being help
grails run-appdocker run -it --rm -p 8080:8080 -v /home/mbentley/mygrailsapp:/data mbentley/grails:latest run-app
grails war mywar.wardocker run -it --rm -v /home/mbentley/mygrailsapp:/data mbentley/grails:latest war mywar.war
Content type
Image
Digest
sha256:5f89ada5c…
Size
383.5 MB
Last updated
over 8 years ago
docker pull mbentley/grails