I started this line of thought with a question on how I could connect to a SQL Server database to a container that "contains" our application.
The answer I received was to simply build another container and link the two containers together. This seemed like a good answer and one that I have started to implement.
But on further reflection and with other comments I start to wonder if this is the best way forward. This may not be kosher but for the sake of completeness I reiterate my question. From a container how do I establish a connection between a container and an existing SQL Server database?