Docker

ASP.NET Core and Docker Environment Variables

18 April 2017 Docker Last Updated: 26 March 2023

When working with ASP.NET Core and Docker, it can be easy to get confused when trying to figure out who is setting what configuration variable and how. Especially if you are using one of the Visual Studio templates with Docker support.

In this article, you’re going to see how configuration settings are applied in both ASP.NET Core, and Docker, and how they interoperate.

Continue reading...