EF Core migrations using asp.net core, SQL Server and Docker yields dotnet SDK error EF Core migrations using asp.net core, SQL Server and Docker yields dotnet SDK error docker docker

EF Core migrations using asp.net core, SQL Server and Docker yields dotnet SDK error


microsoft/aspnetcore:1.1.0 your are using is based on microsoft/dotnet:1.1.0-runtime. It contains only .NET Core runtime, not SDK. To execute commands like run, ef and other tools - you need one of sdk-based images