Witch (HTTP server) docker file.
git clone https://github.com/mauricelambert/WitchContainer.git
docker build . -t witch:latest
docker run -d -p 8000:8000 witch:latest
docker run --rm -it -p 8000:8000 mauricelambert/witch:latest bash
curl 127.0.0.1:8000
Licensed under the GPL, version 3.