Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 323 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 323 Bytes

Dockerized mssql (Microsoft SQL Server)

How to run Microsoft SQL Server within docker?

dockerized mssql
  • The default password is Dockerized1
  • Override the password with the environment variable SA_PASSWORD
    • SA_PASSWORD=<password> dockerized mssql
    • Or change it in your dockerized.env file