Alpine based Docker image containing the httplz Rust binary.
Go to file
Daniel Langbein 3397103308
refactor: renamed to compose.yml
2024-01-13 20:06:54 +01:00
.gitignore feat: add .gitignore 2023-08-13 16:52:33 +02:00
Dockerfile chore 2023-09-21 13:02:27 +02:00
LICENSE init 2023-04-07 17:46:55 +02:00
README.md refactor: renamed to compose.yml 2024-01-13 20:06:54 +01:00
compose.yml refactor: renamed to compose.yml 2024-01-13 20:06:54 +01:00

README.md

httplz-docker

Alpine based Docker image containing the httplz Rust binary.

This git repository is available on Codeberg.

Build

See Dockerfile.

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.