Entity Framework Core in Docker Connecting to standalone Database
Solution:
Use mcr.microsoft.com/dotnet/core/aspnet:3.1-bionic instead of
mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim
Link reference: https://github.com/dotnet/SqlClient/issues/222
Entity Framework Core in Docker Connecting to containerize database
Solution can be found in the link below:
Link reference: https://www.c-sharpcorner.com/article/entity-framework-core-with-sql-server-in-docker-container/
Using MariaDB with ASP.NET Core 2.0
Solution can be found in the link below:
https://www.jerriepelser.com/blog/using-mariadb-with-aspnet-core/