containerize-aspnetcore
Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.
npx skills add github/awesome-copilot --skill containerize-aspnetcore --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 Core Docker Containerization Prompt ## Containerization Request Containerize the ASP.NET Core (.NET) project specified in the settings below, focusing **exclusively** on changes required for the application to run in a Linux Docker container. Containerization should consider all settings specified here. Abide by best practices for containerizing .NET Core applications, ensuring that the container is optimized for performance, security, and maintainability. ## Containerization Settings This section of the prompt contains the specific settings and configurations required for containerizing the ASP.NET Core 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. .NET version to use: - `[8.0 or 9.0 (Default 8.0)]` 3. Linux distri
- Containerization Request
- 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
docker build -t aspnetcore-app:latest .
What does the containerize-aspnetcore skill do?
Containerize an ASP.NET Core 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-aspnetcore --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.