communitytools-image2docker-win
communitytools-image2docker-win copied to clipboard
Support WCF and ASP.NET 3.5 Apps in IIS
The Windows Server Core base image does not have .NET 3.5, so we need to check if the source has it and either add to the Dockerfile, or switch to the microsoft/aspnet:3.5 image as the base. Here's how they do the .NET install in that Dockerfile.