From 62022e43185745ef705b301653b2b784479bba6a Mon Sep 17 00:00:00 2001 From: Aravind <71687199+aravindmahadevan-ms@users.noreply.github.com> Date: Mon, 9 Jan 2023 15:25:19 +0530 Subject: [PATCH] Update sql-server-linux-faq.yml --- docs/linux/sql-server-linux-faq.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/linux/sql-server-linux-faq.yml b/docs/linux/sql-server-linux-faq.yml index c0b435688f5..e577ebe63ee 100644 --- a/docs/linux/sql-server-linux-faq.yml +++ b/docs/linux/sql-server-linux-faq.yml @@ -129,7 +129,8 @@ sections: 1. **Does SQL Server on Linux support multiple instances on the same host?** - We recommend running multiple containers on a host to have multiple distinct instances. This is easily achieved using docker, but each container needs to listen on a different port. For more information, see [Run multiple SQL Server containers](./sql-server-linux-docker-container-deployment.md#multiple). + No, we don't support multiple instance installation on same host machine. For multiple instances on same host requirement, + We recommend using multiple containers on a host. This is easily achieved using docker, but each container needs to listen on a different port. For more information, see [Run multiple SQL Server containers](./sql-server-linux-docker-container-deployment.md#multiple). 1. **Is Active Directory Authentication supported on Linux?**