This is a repo for new users getting started with Docker.
You can try a Dockerized version of this using the following command.
docker run -d -p 8088:80 --name welcome-to-docker docker/welcome-to-docker
And open http://localhost:8088
in your browser.