Installing a server with remote database deployed in a docker container
From Patch 2, you can install the Windows server with a remote database using a Microsoft SQL Server Docker image.
The official Docker images developed and supported by Microsoft are available at: https://hub.docker.com/_/microsoft-mssql-server.
The supported configurations are available at: Technical support policy for Microsoft SQL Server.
BigFix Platform supports only Docker images based on Ubuntu 16.04 platform or, in case of Version SQL Server 2022, Ubuntu 20.04 LTS platform.
For more details about the Microsoft SQL Server deployment inside a a docker container, refer
to the following Microsoft documentation pages, depending on the version you need:
- Quickstart: Run SQL Server container images with Docker (Version SQL Server 2017 available starting from Patch 2)
- Quickstart: Run SQL Server container images with Docker (Version SQL Server 2019 available starting from Patch 2)
- Quickstart: Run SQL Server container images with Docker (Version SQL Server 2022 available starting from Patch 10)
Note: The Windows authentication described in Installing a server with remote database SQL authentication is not supported.