darkhttpd Docker Image
# pull
docker pull giterhub/darkhttpd:latest
# run
docker run -d \
--name darkhttpd \
--restart unless-stopped \
-p 80:80 \
-v $PWD:/www \
giterhub/darkhttpd:latest /wwwThere was an error while loading. Please reload this page.