/hellowww

"Hello world" in different languages, outputting to HTTP, running on Docker.

Primary LanguageJava

hellowww

An implementation of "Hello world" in multiple languages, running on Docker. A simple project just to learn & practice Docker, docker-compose, some programming.

Running

$ docker-compose up

and go to http://localhost:8080.

EASTER EGG: Every refresh in the page will load a different container.

When you access the page, nginx will redirect you to one of the services that Docker will be running.