I\'m using Visual Studio 2017 for mac with dotnet Core and EF Core. After setting up the mssql image in Docker container , I was trying to add the connection string but thr
I solved it by using SQL server Container IP address by inspecting the sql server container for its IP address as shown below
docker inspect -f "{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}"