Docker Template Stack .NET 8

A Docker container for .NET 8 projects

View project on GitHub



This file is part of: Net-Core-Template Stack Copyright (c) 2025 Nico Jan Eelhart This source code is licensed under the MIT License found in the β€˜LICENSE.md’ file in the root directory of this source tree.


.NET Development Container Templates

This repository contains Docker-based development environments for different .NET versions. Currently we have included .NET 8.0 in the sub-folder NET-Core-8, with support for additional .NET versions planned for future releases.

🎯 What’s Included

Each .NET version template typically contains:

  • .NET SDK with all runtimes (console, web, desktop)
  • Project templates: Console, Web API, MVC, Blazor, gRPC, Tests, and more
  • Cross-platform development (Windows ↔ Linux containers)
  • Instant project creation with pre-configured scripts
  • Development tools and utilities for streamlined workflows

πŸ“ Repository Structure

NET-Dev-Template-Stack/
β”œβ”€β”€ NET-Core-8/                         # .NET 8.0 development environment
β”‚   β”œβ”€β”€ Net8-Service/                   # Main service container
β”‚   β”‚   β”œβ”€β”€ script-templates/           # Project creation scripts
β”‚   β”‚   β”œβ”€β”€ Dockerfile_netcore_cont     # Container definition
β”‚   β”‚   └── compose_netcore_cont.yml    # Docker Compose
β”‚   β”œβ”€β”€ Howtos/                         # Documentation and guides
β”‚   └── README.md                       # .NET 8.0 specific documentation
β”œβ”€β”€ assets/                             # Documentation assets
└── README.md                           # This file

Version: 1.04 β€’ Released: October 2025

Home Sites
















Maintained by NicoJanE. Generated by GitHub Pages.