Skip to content

padhi-homelab/docker_tiny-httpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.