Skip to content

markallisongit/docker-mssql2016sp1-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SQL Server 2016 SP1 Developer Edition docker image

This was created because the Microsoft one was only available as Express Edition at the time.

It is recommended you use the Microsoft version instead available from docker hub

More info here

To Build

Unzip the SQL Server 2016 with SP1 Dev Edition ISO to the root of this directory run docker build -t mssql-2016-dev . run docker run -d -p 1433:1433 -e sa_password=<very_secure_password> -e ACCEPT_EULA=Y mssql-2016-sp1-dev

Ports

If you want to run more than one container, then change the first port number after -p

About

SQL Server 2016 with SP1 Developer Edition dockerfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published