A sample application in Java for wercker.
This application uses the openjdk container obtained from the Docker Hub
Clone this repo and cd into the directory:
git clone https://github.com/wercker/getting-started-java.git cd getting-started-java then build using:
wercker build To run the application, simply execute:
wercker dev --expose-ports Now point your browser at http://localhost:8080 to see:
Hello World! Sign up for wercker: http://www.wercker.com Learn more at: http://devcenter.wercker.com