The smallest darkhttpd image, single binary, static link, musl.
1.4K
Serving static files is a dumb job but maintaining full-scale httpd is tough. Here is single-binary docker image.
The default directory to host is /public.
You can change with the command, like this:
docker run -p 8080:80 iorivur/darkhttpd:latest /etc
In most cases, you'll serve files out of this image.
docker run -p 8080:80 -v /host/path/to/dir:/public iorivur/darkhttpd:latest
Content type
Image
Digest
Size
44.6 kB
Last updated
over 8 years ago
docker pull iorivur/darkhttpd