containerize-aspnetcore
Generates optimized, multi-stage Dockerfiles for ASP.NET Core applications following Microsoft best practices.
Install
npx skills add https://github.com/github/awesome-copilot --skill containerize-aspnetcoreStats
| Total installs | 7,430 |
| Weekly installs | 7.4K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Accepts configurable settings for .NET version, Linux distribution (Debian, Alpine, Ubuntu, Chiseled, Azure Linux), base images, ports, and environment variables
- Creates multi-stage Dockerfile with SDK build stage and optimized runtime stage, following Microsoft best practices for .NET containerization
- Generates .dockerignore file with sensible defaults (bin/, obj/, .git/, etc.) plus custom patterns, and supports health check configuration via HEALTHCHECK instruction
- Handles dependencies including system packages, native libraries, additional .NET tools, NuGet feeds, and custom build steps before and after containerization
Tags
Related skills
| Skill | Installs | vs containerize-aspnetcore |
|---|---|---|
| database-migration | 6,220 | -1,210 |
| mcp-configure | 6,992 | -438 |
| winapp-cli | 7,521 | +91 |
| react-native-architecture | 5,519 | -1,911 |
| git-flow-branch-creator | 7,589 | +159 |
FAQ
- How many installs does containerize-aspnetcore have?
- containerize-aspnetcore has 7,430 total installs and 7.4K installs this week.
- Where is containerize-aspnetcore hosted?
- containerize-aspnetcore is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does containerize-aspnetcore have?
- containerize-aspnetcore has 27.4K GitHub stars.
- When was containerize-aspnetcore first indexed?
- OrangeBot.AI first indexed containerize-aspnetcore on Feb 25, 2026.
- How do I install containerize-aspnetcore?
- Run: npx skills add https://github.com/github/awesome-copilot --skill containerize-aspnetcore