Skip to content

I wanted to learn how to start MSSQL in a Docker Container. Then once the container is up run through Evolve migration scripts so the DB can be scaffolded out.

AdamLJohnson/DockerSql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker SQL

I wanted to learn how to start MSSQL in a Docker Container. Then once the container is up run through Evolve migration scripts so the DB can be scaffolded out.

How To

  1. Clone down this repo
  2. Run docker build -t docker-sql .
  3. Run docker run -p 1433:1433 -d docker-sql
  4. Wait about 30 seconds. If you watch the log you will want to wait until you see Done Migrating DB.
  5. Open up SSMS and connect to localhost using username sa and password Password!
  6. Profit

About

I wanted to learn how to start MSSQL in a Docker Container. Then once the container is up run through Evolve migration scripts so the DB can be scaffolded out.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published