An open API service indexing awesome lists of open source software.

https://github.com/lightapis/darkhttpd-image

darkhttpd Docker Image
https://github.com/lightapis/darkhttpd-image

darkhttpd docker docker-image

Last synced: 8 months ago
JSON representation

darkhttpd Docker Image

Awesome Lists containing this project

README

          

# darkhttpd-image

> darkhttpd Docker Image

## Usage

```sh
# 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

- [giterhub/darkhttpd](https://hub.docker.com/r/giterhub/darkhttpd)

## Credits

- [emikulic/darkhttpd](https://github.com/emikulic/darkhttpd)