Creates a complete Docker setup for legacy ASP.NET Framework applications with proper Windows container configuration. Generates a multi-stage Dockerfile, modifies web.config to use environment variables through ConfigBuilders, and sets up LogMonitor for container logging. Handles the tricky bits like selecting the right Windows Server base image for your Framework version, configuring IIS properly, and managing dependencies like GAC assemblies or COM components. Most useful when you're stuck containerizing older .NET Framework apps that weren't designed for containers and need the Windows-specific runtime.
npx skills add https://github.com/github/awesome-copilot --skill containerize-aspnet-framework