A tiny web server for static files serving.
1.2K
We have two options:
⚠️ Warning: lagden/httpd:latest is lagden/httpd:sws-2.20
docker run -v ./dist:/home/static/dist -p 8080:8080 -it lagden/httpd:latest /sws -d /home/static/dist -p 8080 -g info -q 10 -e false -c "*"
There are more options, see in the help:
docker run lagden/httpd:latest /sws -h
docker run -v ./dist:/home/static/dist -p 8080:8080 -it lagden/httpd:golang-1.20 /server -d /home/static/dist -p 8080
MIT © Thiago Lagden
Content type
Image
Digest
sha256:557487763…
Size
3.3 MB
Last updated
about 3 years ago
docker pull lagden/httpd