Running SQL Server Integration Tests in .NET Core Projects via Docker
To ensure that your integration tests really match your production environment, you should test under the same conditions - here's how to manage your SQL Server databases via Docker…