skip to Main Content

What happens when we build a Docker image?

Suppose I have the .NET Framework 4.8 SDK and runtime installed on my local machine. I have a dockerfile having the base image instruction FROM mcr.microsoft.com/dotnet/framework/sdk:4.8. When I build the image, would it install the .NET Framework 4.8 SDK and…

VIEW QUESTION
Back To Top
Search