I have got a SQL Server docker instance up and running.
I am able to connect to my local DB and create tables as well.
How do I connect to a database instance (VM) outside of my local setup using Docker?
I have got a SQL Server docker instance up and running.
I am able to connect to my local DB and create tables as well.
How do I connect to a database instance (VM) outside of my local setup using Docker?