You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates a container running SQL Server via Docker Compose
Instructions for use
Clone the repo down and navigate to it
Create the sapassword.env file and enter something similar to:-
MSSQL_SA_PASSWORD=MY_SA_PASSWORD
Now run:-
docker-compose up -d
About
Creates a container running SQL Server via Docker Compose