← Prompts
Task / Create Copilot Instructions Collection
Containerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project
Containerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project.
# 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) or Windows Server Full]`
3. Windows Server version to use:
- `[2022, 2019, or 2016 (Default 2022)]`
4. Custom base image for the build stage of the Docker image ("None" to use standard Microsoft base image):
- `[Specify base image to use for build stage (Default None)]`
Sign in to view the full prompt.
Sign InTags
Classification
Task Immediate work request to complete
Task Create
Generate or transformScope Project
This codebase Invoked Called by name -- slash commands, named tools