Sign inSign up

bakchoy/webserver

By bakchoy

Updated over 9 years ago

A simple web server to server up static files via HTTP.

Image
0

260

bakchoy/webserver repository overview

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.

Tag summary

Content type

Image

Digest

Size

27.7 MB

Last updated

over 9 years ago

docker pull bakchoy/webserver