Connect to Remote MSSQL db from Linux Docker container
问题 I have a linux docker container built on microsoft/mssql-server-linux/ image. The container doesn't have anything at this moment, I am trying to connect to remote MSSQL db hosted on windows server somewhere. I am not sure exactly how can I do that. The documentation for microsoft/mssql-server-linux/ doesn't provide much of details. Any help would be appreciated. Updated: I have got container working now. But, the container gets exited with code 0 if I try to create and seed db through bash