I am learning and exploring, so I tried to install SQL server on docker desktop on a windows machine and mapped that to 1433 port of the host machine.
Now, I am able to connect that server from same windows machine via SSMS and specifying local host it is getting connected to the SQL server running under docker.
Now, I want to connect the SQL server from my other Mac machine connected to the same WiFi network, I tried opening firewall on port number 1433 to allow traffic inbound and outbound on windows machine but unable to connect.
I need guidance what all steps I need to follow on both machines so that I can access databases running on Windows laptop on Mac.
ngirdhar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.