containerize-aspnet-framework
Automates containerizing legacy ASP.NET (.NET Framework) apps into Windows Docker containers with best practices.
Install
npx skills add https://github.com/github/awesome-copilot --skill containerize-aspnet-frameworkStats
| Total installs | 7,397 |
| Weekly installs | 7.4K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Detects .NET Framework version from project file and selects appropriate Windows Server base images (Core or Full, versions 2016–2022)
- Modifies web.config to enable environment variable configuration via ConfigurationBuilders for app settings and connection strings
- Creates multi-stage Dockerfile with separate build (SDK) and runtime (ASP.NET) stages, including LogMonitor setup for container logging
- Handles dependencies: GAC assembly registration, MSI installation, COM component registration, registry keys, Windows roles/features, and custom file copying
- Generates .dockerignore and LogMonitorConfig.json files; validates successful Docker image build before completion
Tags
Related skills
| Skill | Installs | vs containerize-aspnet-framework |
|---|---|---|
| vercel-sandbox | 6,179 | -1,218 |
| containerize-aspnetcore | 7,430 | +33 |
| az-cost-optimize | 7,395 | -2 |
| msstore-cli | 5,788 | -1,609 |
| debian-linux-triage | 7,487 | +90 |
FAQ
- How many installs does containerize-aspnet-framework have?
- containerize-aspnet-framework has 7,397 total installs and 7.4K installs this week.
- Where is containerize-aspnet-framework hosted?
- containerize-aspnet-framework is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does containerize-aspnet-framework have?
- containerize-aspnet-framework has 27.4K GitHub stars.
- When was containerize-aspnet-framework first indexed?
- OrangeBot.AI first indexed containerize-aspnet-framework on Feb 25, 2026.
- How do I install containerize-aspnet-framework?
- Run: npx skills add https://github.com/github/awesome-copilot --skill containerize-aspnet-framework