Lighttpd webserver container built on Alpine Linux
366
An Alpine Lighttpd server that takes the contents of a volume and a lighttpd configuration, and establishes a site inside of the container. Unlike most docker containers that use the files on the host, this container migrats them into /tmp/site to serve them, this isn't really necessary, and it results in a lot of system bloat. Lighty was one of my first containers, and I'm kind of keeping it for the sake of nostalgia, in reality it's a pretty poorly constructed lighttpd container, and is really only useful for testing.
https://gitlab.com/Durrendal/WS-Docker-Builds/-/tree/master/lighttpd
docker build -t lighty .
docker run -v /path/on/host:/tmp/site -p 80:80 -p 443:443 lighty
Content type
Image
Digest
Size
5.1 MB
Last updated
over 5 years ago
docker pull durrendal/lighty