Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 3.13 KB

README.md

File metadata and controls

40 lines (27 loc) · 3.13 KB

docker_tiny-httpd

build status testing size latest size

latest version image pulls


A multiarch tiny-httpd Docker image, based on Alpine Linux.

386 amd64 arm/v6 arm/v7 arm64 ppc64le riscv64 s390x
✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️

Usage

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.