Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 421 Bytes

File metadata and controls

26 lines (18 loc) · 421 Bytes

darkhttpd-image

darkhttpd Docker Image

Usage

# pull
docker pull giterhub/darkhttpd:latest

# run
docker run -d \
    --name darkhttpd \
    --restart unless-stopped \
    -p 80:80 \
    -v $PWD:/www \
    giterhub/darkhttpd:latest /www

Docker Hub Image

Credits