A simple ASP.NET Core project that can be used to demonstrate how you would use Docker containers for your own applications.
Based on the Web Application built in the book 'Essential Docker for ASP.NET Core MVC' by Adam Freeman (Apress, 2017).
I'm using Razor Pages instead of MVC like in the book.
- Visual Studio 2022
- ASP.NET Core 6.0
- Docker Desktop
- Clone the project.
- Open the solution file
ExampleApp.sln
. - Press F5 to start the application.
- Open your browser and go to https://localhost:44342.