Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 342 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 342 Bytes

Docker thttpd Alpine Container

This simple thttpd container, based on Alpine 3.12, will run and serve the static content provided. Launch with: docker run --rm -v /path_to_your_content:/var/www/http dragas/thttpd

It will autobuild and update when Alpine base container will be updated. Have fun!