A basic http server, which serve static files
1.0K
Based on the work from brson/basic-http-server and patched by sanxiyn/basic-http-server.
This is a basic http server which serve static files on port 4000
To use it run
docker run -p "4000:4000" -v "$PWD/public:/public" vonglasow/rust-basic-http-server
Content type
Image
Digest
Size
1.9 MB
Last updated
over 8 years ago
docker pull vonglasow/rust-basic-http-server