Think of it as Docker's own SimpleHTTPServer. Nothing more. Nothing less.
The container will serve all contents of /srv over HTTP.
$ docker run -v ~/webcontent:/srv -p 8080:8080 bbrks/httpico
## Building
$ make # Build golang binary
$ make image # Build golang binary and package in Docker image