Docker images - Database Connection

Hi All,

I have a doubt.

Suppose I have an application and MySQL images running on separate containers and I want to see the records in the database now.

Will I be able to connect to that MySQL container from SSMS or another management tool using the IP addresses?Preformatted text

If Yes, how?

Thanks

You would expose the database port on the MySQL container and connect to that from your management tool.