From 9e09b829a6dd234eb25a0f0224d8fddfe44d5b5a Mon Sep 17 00:00:00 2001 From: Ara Sadoyan Date: Mon, 1 Sep 2025 17:02:57 +0200 Subject: [PATCH] README update --- README.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fe75b7f..f4a0158 100644 --- a/README.md +++ b/README.md @@ -112,12 +112,23 @@ Make the binary executable `chmod 755 ./aralez-VERSION` and run. File names: -| File Name | Description | -|---------------------------|---------------------------------------------------------------| -| `aralez-x86_64-musl.gz` | Static Linux x86_64 binary, without any system dependency | -| `aralez-x86_64-glibc.gz` | Dynamic Linux x86_64 binary, with minimal system dependencies | -| `aralez-aarch64-musl.gz` | Static Linux ARM64 binary, without any system dependency | -| `aralez-aarch64-glibc.gz` | Dynamic Linux ARM64 binary, with minimal system dependencies | +| File Name | Description | +|---------------------------|--------------------------------------------------------------------------| +| `aralez-x86_64-musl.gz` | Static Linux x86_64 binary, without any system dependency | +| `aralez-x86_64-glibc.gz` | Dynamic Linux x86_64 binary, with minimal system dependencies | +| `aralez-aarch64-musl.gz` | Static Linux ARM64 binary, without any system dependency | +| `aralez-aarch64-glibc.gz` | Dynamic Linux ARM64 binary, with minimal system dependencies | +| `sadoyan/aralez` | Docker image on Debian 13 slim (https://hub.docker.com/r/sadoyan/aralez) | + +**Via docker** + +```shell +docker run -d \ + -v /local/path/to/config:/etc/aralez:ro \ + -p 80:80 \ + -p 443:443 \ + sadoyan/aralez +``` ## 💡 Note