A hello world sample using Gradle, Jax-rs, WAS Liberty and Docker. It can be used as startup base
gradle clean war
docker build -t helloworld .
docker run -p 9080:9080 -td helloworld:latest
Once docker image is running on local docker hit url - http://localhost:9080/sample/hello/world