Skip to content

alastairhm/alpine-lighttpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lighttpd running on an Alpine Docker image

Build using;

docker build -t alpine-lighttpd:latest .

Run from Docker Hub using;

docker run --rm --name "my-lighttpd" --rm -p 8000:80 -v $(pwd):/var/www alastairhm/alpine-lighttpd

Or from GitHub packages using;

docker run --rm --name "my-lighttpd" --rm -p 8000:80 -v $(pwd):/var/www ghcr.io/alastairhm/alpine-lighttpd:latest

Works for static web content.

          _    _ __  __ 
    /\   | |  | |  \/  | Email   : [email protected]
   /  \  | |__| | \  / | Web     : https://blog.0x32.co.uk/
  / /\ \ |  __  | |\/| | Twitter : @alastair_hm
 / ____ \| |  | | |  | |
/_/    \_\_|  |_|_|  |_| (c) 2021

About

Lighttpd running on Alpine Linux in a Docker image

Resources

License

Stars

Watchers

Forks