mirror of
https://codeberg.org/privacy1st/httplz-docker
synced 2024-11-20 21:58:05 +01:00
Alpine based Docker image containing the httplz Rust binary.
.gitignore | ||
compose.yml | ||
Dockerfile | ||
LICENSE | ||
README.md |
httplz-docker
Alpine based Docker image containing the httplz Rust binary.
This git repository is available on Codeberg.
Build
See Dockerfile.
Build script: https://codeberg.org/privacy1st/ContainerImages
Example: Starting a WebDAV server
The compose.yml file contains an example how to use the httplz
binary as WebDAV server:
sudo docker compose up -d
sudo docker stats
reports that it has a memory footprint of 14 MB (while idle).
License
MIT, see LICENSE.