Light weight webserver lighttpd: https://www.lighttpd.net/
1.2K
lighttpd is a secure, fast, compliant, and very flexible web-server that has been optimized for high-performance environments.
Learn more from their wiki lighttpd/wiki or from the distribution specific setups. Default latest image is Debian based, but an alpine container is available as well.
latest, debian, debian-php,alpine, alpine-php, 1.4.53, 1.4.55
The current containers are setup for basic static webpages. You can add your content by using the following commands
$ docker run -d -p 80:80 -v /path/to/your/content:/var/www/html lwileczekdmc/lighttpd
You can override the lighttpd.conf file by adding another volume:
$ docker run -d -p 80:80 \
-v /path/to/your/content:/var/www/html \
-v /path/to/config/lighttpd.conf:/etc/lighttpd/lighttpd.conf
lwileczekdmc/lighttpd
A "hello, world" html file is added by default. To test that the container is running simply run
$ docker run -d -p 8000:80 lwileczekdmc/lightpd
Then go to your browser and navigate to localhost:8000.
Here is the repository for this container: https://github.com/lwileczek/lighttpd-oci
Content type
Image
Digest
Size
33.1 MB
Last updated
almost 6 years ago
docker pull lwileczekdmc/lighttpd