Sign inSign up

project25/lighttpd

By project25

Updated 4 days ago

Lighttpd running in an Alpine container

Image
0

738

project25/lighttpd repository overview

Lighttpd

Runs a small and lightweight html server using a minimal configuration.

docker run -d -v {rootdir}:/var/www/localhost/htdocs -v {logdir}:/var/log/lighttpd -p 80:80 --name lighttpd lighttpd:1.4.71
  • {rootdir} refers to the host directory where documents are to be stored.
  • {logdir} refers to the host directory where the logfiles are to be stored.

Tag summary

Content type

Image

Digest

sha256:7d4e0e8a7

Size

8.5 MB

Last updated

about 1 month ago

docker pull project25/lighttpd