Problem: Can not Connect to SQL Server in Docker Container from Microsoft Sql Server Management
Please Login to see the rest of the answer
1. Open up Sql Server Management Application and in the Server text-box enter. YourLocalMachineIPAddress followed by ',' (a comma)[Not a full stop/period] This is important or else you won't be able to access the Database Server. e.g. 192.9100.09,200 (notice the comma and then port number)
2. After 1 is complete, enter the username and password as defined in Docker-Compose.Yaml file in your project.