Sign inSign up

lwileczekdmc/lighttpd

By lwileczekdmc

Updated almost 6 years ago

Light weight webserver lighttpd: https://www.lighttpd.net/

Image
0

1.2K

lwileczekdmc/lighttpd repository overview

Lighttpd

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.

Tags

latest, debian, debian-php,alpine, alpine-php, 1.4.53, 1.4.55

Configure and Use

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

Test

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.

Repository

Here is the repository for this container: https://github.com/lwileczek/lighttpd-oci

Tag summary

Content type

Image

Digest

Size

33.1 MB

Last updated

almost 6 years ago

docker pull lwileczekdmc/lighttpd