Start of a couple .net core integration test projects that build a Postgres database with Docker.
DockerAPI project uses Docker.DotNet API to manage Docker while the DockerScript project uses external script files to do so.
Different .net core integration test approaches using Docker to build a database
C#
Start of a couple .net core integration test projects that build a Postgres database with Docker.
DockerAPI project uses Docker.DotNet API to manage Docker while the DockerScript project uses external script files to do so.