Choose a SQL Server Docker image flavor
masterSQL Server in Docker is available in two primary flavors depending on your host operating system and requirements:
- Linux-based containers: Uses SQL Server 2017 Developer Edition on an Ubuntu 16.04 base image. These are designed to run on Docker Engine across multiple platforms (Linux, macOS, Windows via Docker Desktop).
- Includes Dockerfiles for building RHEL and CentOS based images.
- Windows-based containers: Uses SQL Server 2017 Express or Developer Edition. These must be run using Docker Engine for Windows Containers.
Before using these for production, review the Microsoft SQL Server support policy.