Building:
docker build -t lighttpd .
Running:
docker run --rm -ti -v $(pwd):/var/www lighttpd
Simple Docker image for serving static files with lighttpd (local development). A little bit more configurable than Python's SimpleHTTPServer.