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?**