Once a container is running using this image, navigating to the exposed site should result in a page that looks like the following picture:
# To run
sudo docker run --rm -p 80:80 -d -m 10m --name simpleweb trfc/simpleweb
# To stop/remove
sudo docker stop simpleweb
# To monitor
sudo docker stats simpleweb