Sign inSign up

productionwentdown/lwan

By productionwentdown

Updated over 5 years ago

Image
1

870

productionwentdown/lwan repository overview

lwan

A tiny Lwan Web Server image compressed with UPX.

Notice: I keep this manually updated. If it goes out of date, ping me via Twitter @serverwentdown.

Usage

Serve files in $PWD:

docker run -it --rm -p 8080:8080 -v $PWD:/srv productionwentdown/lwan

Overwrite lwan.conf:

docker run -it --rm -p 8080:8080 -v $PWD:/srv -v $PWD/lwan.conf:/etc/lwan.conf productionwentdown/lwan

Run as specific user:

docker run -it --rm -p 8080:8080 -v $PWD:/srv --user 900 productionwentdown/lwan

Tag summary

Content type

Image

Digest

Size

737.3 kB

Last updated

over 5 years ago

docker pull productionwentdown/lwan