Docker image for the lwan server
Basic
docker run -d -p 8080:8080 jaxgeller/lwan
Custom Files
docker run -d -p 8080:8080 -v cwd:/lwan/wwwroot jaxgeller/lwan
Custom Config
docker run -d -p 8080:8080 -v cwd:/lwan jaxgeller/lwan
Custom Port
docker run -d -p 8080:443 jaxgeller/lwan -l '*:443'
Dockerfile exposes ports 80, 443, 8080, and mounts volumes on /lwan and /lwan/wwwroot
Content type
Image
Digest
sha256:f7e799638…
Size
172 MB
Last updated
about 11 years ago
docker pull jaxgeller/lwan