PreviousNext

Understanding Microsoft's Docker Images for .NET Apps

by bill-s, 2021-01-16T19:24:41.664Z

To run .NET apps in containers you need to have the .NET Framework or .NET Core runtime installed in the container image. That's not something you need to manage yourself, because Microsoft provide Docker images with the runtimes already installed, and you'll use those as the base image to package your own apps.

Read More