A multiarch tiny-httpd Docker image, based on Alpine Linux.
386 | amd64 | arm/v6 | arm/v7 | arm64 | ppc64le | riscv64 | s390x |
---|---|---|---|---|---|---|---|
✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
Warning NOT FOR PROD. The goal of this image is to be reasonably fast and have a tiny footprint on both storage and memory. Security and privacy are NOT key goals! This image was designed to serve files on a local or internal network, not to be exposed to the public internet.
docker run -p 8080:80 \
-v /path/to/my/www:/www
-it padhihomelab/tiny-httpd
Runs tiny-httpd
server on port 8080
.