This is the simplest possible Java webapp for testing servlet container deployments. It should work on any container and requires no other dependencies or configuration.
$ docker build -t hello-world-war:1.0.0 .
$ docker run -it -p 8080:8080 hello-world-war:1.0.0
Visit localhost:8080
Content type
Image
Digest
Size
85.5 MB
Last updated
over 9 years ago
docker pull kratochj/hello-world-autobuild