containerize-aspnet-framework
Generate Dockerfile and configuration files to containerize an ASP.NET .NET Framework application for Windows containers.
What it does
- [ProjectName (provide path to .csproj file)]
- [Windows Server Core (Default) or Windows Server Full]
- [2022, 2019, or 2016 (Default 2022)]
- [Specify base image to use for build stage (Default None)]
- [Specify base image to use for run stage (Default None)]
- Primary HTTP port: [e.g., 80]
- Additional ports: [List any additional ports, or "None"]
Requirements & configuration
- 1. Files/directories that need to be copied to the container image:
Configuration: ENTRYPOINTBUILD_CONFIGURATION
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Generate Dockerfile and configuration files to containerize an ASP.NET .NET Framework application for Windows containers.
Source
Repository: https://github.com/github/awesome-copilot
containerize-aspnet-framework FAQ
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. [ProjectName (provide path to .csproj file)] [Windows Server Core (Default) or Windows Server Full]
What does containerize-aspnet-framework require?
1. Files/directories that need to be copied to the container image: Configuration keys: ENTRYPOINT, BUILD_CONFIGURATION.
How do I install containerize-aspnet-framework?
Run: npx -y skills add https://github.com/github/awesome-copilot --skill containerize-aspnet-framework --agent claude-code — the source lives at github.com/github/awesome-copilot.
Maintain containerize-aspnet-framework?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/github-awesome-copilot-containerize-aspnet-framework?ref=badge) npx agentictools info skills/github-awesome-copilot-containerize-aspnet-framework The second line is the CLI lookup for this page — handy in READMEs and docs.