Using SQL Server Management Studio to remote connect to docker container
问题 Context : I am trying to build a development SQL Server that I can continue to learn SQL on and use Microsoft SQL Server Management Studio ( SSMS ) to access on a Windows PC. So I have the AdventureWorks database sitting on a Docker Container for MS SQL Server 2017 running on a DigitalOcean Ubuntu 16.04 box. From my Mac I can remote SSH in to the server, access the container and query the database. However I wish to use SSMS on my Windows PC and am unsure how I begin to connect to the remote