docker-java

A simple java helloworld app for docker. Based on the Oracle openjdk Dockerfile. This will print a helloworld message every 5 seconds for 10 minutes.

To pull this image:

docker pull karthequian/openjdk:latest

To run this image:

docker run "karthequian/openjdk:latest"