javaee-docker-gradle
javaee-docker-gradle copied to clipboard
Java EE 7 Simple Application using Gradle and Docker
= Run Java EE Application as Docker Container using Gradle
This sample application shows how to package a Java EE 7 application as Docker image and run it within a container using Gradle Docker Plugin.
. ./gradlew build builds the application.
== Build Docker Image
. Start Docker for Mac
. Run ./gradlew buildImage to create the Docker Image
== Run Docker Container