Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/linux/sql-server-linux-faq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?**

Expand Down