httplz-docker/README.md

26 lines
625 B
Markdown
Raw Permalink Normal View History

2023-04-07 17:46:55 +02:00
# httplz-docker
2023-04-07 18:09:02 +02:00
Alpine based Docker image containing the [httplz](https://github.com/thecoshman/http) Rust binary.
2023-04-07 17:46:55 +02:00
2023-04-07 18:21:13 +02:00
[This git repository is available on Codeberg](https://codeberg.org/privacy1st/httplz-docker).
2023-04-07 17:46:55 +02:00
## Build
2023-04-07 18:21:13 +02:00
See [Dockerfile](Dockerfile).
2023-04-07 17:46:55 +02:00
2024-09-28 17:32:03 +02:00
Build script: https://codeberg.org/privacy1st/ContainerImages
2023-04-07 18:21:13 +02:00
## Example: Starting a WebDAV server
2023-04-07 17:46:55 +02:00
2024-01-13 20:06:54 +01:00
The [compose.yml](compose.yml) file contains an example how to use the `httplz` binary as WebDAV server:
2023-04-07 17:46:55 +02:00
```shell
sudo docker compose up -d
```
`sudo docker stats` reports that it has a memory footprint of 14 MB (while idle).
## License
MIT, see [LICENSE](LICENSE).