Project Description This project is an example project using Entity framework with asp.net core. Building manually building docker image: docker build -t EntityFrameworkService:1.0.0 . Running the tests To run the unit tests from the command line: Dotnet Test