Sign inSign up

kratochj/hello-world-autobuild

By kratochj

Updated over 9 years ago

TODO

Image
0

229

kratochj/hello-world-autobuild repository overview

Hello World! (WAR-style)

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.

Build in Docker
$ docker build -t hello-world-war:1.0.0 .
Run in docker
$ docker run -it -p 8080:8080 hello-world-war:1.0.0

Visit localhost:8080

Tag summary

Content type

Image

Digest

Size

85.5 MB

Last updated

over 9 years ago

docker pull kratochj/hello-world-autobuild