Sign inSign up

iorivur/darkhttpd

By iorivur

•Updated over 8 years ago

The smallest darkhttpd image, single binary, static link, musl.

Image
1

1.4K

iorivur/darkhttpd repository overview

Serving static files is a dumb job but maintaining full-scale httpd is tough. Here is single-binary docker image.

⁠mount point

The default directory to host is /public. You can change with the command, like this:

docker run -p 8080:80 iorivur/darkhttpd:latest /etc
⁠Volume example

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
⁠source code

https://github.com/iori-yja/tiny-docker-httpd⁠

Tag summary

Content type

Image

Digest

Size

44.6 kB

Last updated

over 8 years ago

docker pull iorivur/darkhttpd