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
SSMS
You can connect to SQL docker server
IP_Of_Machine,Port
Provide User - sa (default) and password.
you can also do it command>
docker exec -it /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P