Statically linked minimalist http server (darkhttpd) with zero dependencies.
10K+
Source: https://github.com/shelmangroup/darkhttpd
Containerized and statically linked build of darkhttpd with zero dependencies.
Weighs in at just under 50kB.
A minimal example to serve current working directory on port 8000:
docker run -v $PWD:/www -p 8000:80 shelmangroup/darkhttpd
Content type
Image
Digest
Size
45.3 kB
Last updated
over 8 years ago
docker pull shelmangroup/darkhttpd