Alpine based Docker image containing the httplz Rust binary.
Go to file
2023-04-07 17:46:55 +02:00
docker-compose.yml init 2023-04-07 17:46:55 +02:00
Dockerfile init 2023-04-07 17:46:55 +02:00
LICENSE init 2023-04-07 17:46:55 +02:00
README.md init 2023-04-07 17:46:55 +02:00

httplz-docker

Docker Image containing the httplz Rust binary.

Build

sudo docker compose build

Starting a WebDAV server

The docker-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.