This is the TirsvadCLI Docker image based on Debian 13 with Nginx installed. It is built on top of the tirsvad/tirsvadcli_debian13_dotnet10 image, which includes .NET 10 SDK and runtime.
Prerequisites:
- Docker
- Docker Compose (v2+)
Download:
docker pull tirsvad/tirsvadcli_debian13_nginx:latestBuild from source:
git clone https://github.com/TirsvadCLI/TirsvadCLI.Docker.Debian13.Nginx.git
cd TirsvadCLI.Docker.Debian13.Nginx
docker-compose up --buildRun:
docker-compose upIf the build fails, run with plain logs to see diagnostics:
docker compose build --no-cache --progress=plaintirsvad/tirsvadcli_debian13_dotnet10:1.1- Debian 13 with .NET 10 SDK and runtime.
Dockerfile- instructions to build the image.docker-compose.yml- example Docker Compose file to build the image.
Common issues:
- Network/download failures when adding Microsoft packages — retry the build.
- Missing native dependencies — check the
aptstep output in the Dockerfile.
This project is licensed under the GNU AGPLv3 License - see the LICENSE file for details.
