Sign inSign up

stdnwbeheer/lighttpd

By stdnwbeheer

Updated over 7 years ago

Simple lighttpd service on Ubuntu 18.04 base image

Image
0

232

stdnwbeheer/lighttpd repository overview

Simple Lighttpd DockerFile

Simple lighttpd server Ubuntu 18.04 based dockerfile.

Usage:

docker build -t "test/lighttpd" https://raw.githubusercontent.com/stdnwbeheer/lighttpd/master/Dockerfile

After the build process is complete, run with the following commands:

docker volume create lighttpd-www
docker run -d -p 80:80 -v lighttpd-www:/var/www/html:rw test/lighttpd

Change the index.lighttpd.html file in /var/lib/docker/volumes/lighttpd-www/_data to your liking.

Tag summary

Content type

Image

Digest

Size

66.8 MB

Last updated

over 7 years ago

docker pull stdnwbeheer/lighttpd