Containerizing a .NET application is easy. You can do this by copying source code files and building a Docker image. This blog cover common concerns like image bloat, missing image tags, and poor build performance with these nine tips for containerizing your .NET application code.
1 Like