A simple web server to server up static files via HTTP.
260
Typical usage is something like:
docker run -d -p 8000:8000 -v $(pwd):/static:ro bakchoy/webserver
This will mount the current directory as a read-only volume and serve the contents on port 8000.
Content type
Image
Digest
Size
27.7 MB
Last updated
over 9 years ago
docker pull bakchoy/webserver