How to Connect to Your Local SQL Server From Inside Docker
jack-vanlightly.com · Jun 06, 2019
If you are running an ASP.NET Core application from Docker and connecting to a SQL Server running on your PC then you might find you can't connect to it. In this post we'll look at what you need to do to make sure your containerized app can access SQL Server hosted on your own PC.