docker-archive / communitytools-image2docker-win

304 stars 78 forks source link

Support WCF and ASP.NET 3.5 Apps in IIS #40

Open sixeyed opened 7 years ago

sixeyed commented 7 years ago

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.