containerize-aspnet-framework
Containerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project.
npx skills add github/awesome-copilot --skill containerize-aspnet-framework --agent copilot
Same command for any agent — swap --agent for claude-code, codex, cursor.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# ASP.NET .NET Framework Containerization Prompt Containerize the ASP.NET (.NET Framework) project specified in the containerization settings below, focusing **exclusively** on changes required for the application to run in a Windows Docker container. Containerization should consider all settings specified here. **REMEMBER:** This is a .NET Framework application, not .NET Core. The containerization process will be different from that of a .NET Core application. ## Containerization Settings This section of the prompt contains the specific settings and configurations required for containerizing the ASP.NET (.NET Framework) application. Prior to running this prompt, ensure that the settings are filled out with the necessary information. Note that in many cases, only the first few settings are required. Later settings can be left as defaults if they do not apply to the project being containerized. Any settings that are not specified will be set to default values. The default values are provided in `[square brackets]`. ### Basic Project Information 1. Project to containerize: - `[ProjectName (provide path to .csproj file)]` 2. Windows Server SKU to use: - `[Windows Server Core (Default)
- Containerization Settings
- Basic Project Information
- Container Configuration
- Build configuration
- Dependencies
- System Configuration
- File System
- .dockerignore Configuration
- Health Check Configuration
- Additional Instructions
- Scope
- Execution Process
- Build and Runtime Verification
- Progress Tracking
docker build -t aspnet-app:latest .
What does the containerize-aspnet-framework skill do?
Containerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project.
How do I install it?
Run `npx skills add github/awesome-copilot --skill containerize-aspnet-framework --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.