https://github.com/dbafromthecold/SqlServerDockerCompose.git
Creates a container running SQL Server via Docker Compose
-
Clone the repo down and navigate to it.
-
Create the sapassword.env file in the root of this repo and enter something similar to:
MSSQL_SA_PASSWORD=your-super-secret-password
-
docker compose up -d