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
- Host: GitHub
- URL: https://github.com/lightapis/darkhttpd-image
- Owner: LightAPIs
- License: mit
- Created: 2023-04-03T10:43:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T02:49:53.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T11:39:35.415Z (10 months ago)
- Topics: darkhttpd, docker, docker-image
- Homepage: https://hub.docker.com/r/giterhub/darkhttpd
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)