Due to its flexibility and simplicity, Docker makes it easy to manage applications and their dependencies. In this second part about Docker with ASP.NET Core, we will see how to add a SQL Server database to the application and how to run it in a Docker container using Docker Compose.
With a simple book API, learn how to define middleware in Oak, handle request validation, create route handlers, and perform basic DB operations with DenoKV.
In this post, we will understand what Docker is, how it works and how to create a complete environment to deploy ASP.NET Core applications in Docker containers.