dev.tirsvad.dk
Tirsvad Website: A Clean Architecture .NET solution using Blazor WebAssembly for modern, cloud-ready web applications. Supports SQLite/MySQL, containerization, and follows best practices for maintainability and scalability.
Docker.Debian13.DotNet10 Directory Reference
Directory dependency graph for Docker.Debian13.DotNet10:
src/WebUI/WebUI/wwwroot/projects/TirsvadCLI/Docker.Debian13.DotNet10

Detailed Description

[![][Docker Pulls Shield]][Docker Pulls Url]

Logo TirsvadCLI Docker image — Debian 13 + .NET 10

Lightweight debian:13-slim image with the .NET 10 SDK installed. Suitable as a base for CLI tooling that requires .NET 10.

⚡ Quick start

Prerequisites:

Download:

docker pull tirsvad/tirsvadcli_debian13_dotnet10:latest

Build from source:

git clone https://github.com/TirsvadCLI/TirsvadCLI.Docker.Debian13.DotNet10.git
cd TirsvadCLI.Docker.Debian13.DotNet10
docker compose build --pull --no-cache

Run a container:

docker run --rm -it tirsvad/tirsvadcli_debian13_dotnet

🧱 Base image

🛠️ Troubleshooting

If the build fails, run with plain logs to see diagnostics:

docker compose build --no-cache --progress=plain

Common issues:

📁 Files of interest

📜 License

This project is licensed under the License Url.