Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Build a developer instance of Microsoft SQL Server

License

Notifications You must be signed in to change notification settings

NUWCDIVNPT/mssql-stigman-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mssql-stigman-dev

Build files for a Microsoft SQL Server 2019 container image for development.

Build

docker build -t <tag> .

Run

docker run -p 1433:1433 <tag>

Pre-initialized database and users

SA_PASSWORD = gr8Times!

Database User Password
stigman stigman Stig_Man_1

Docker Hub

This build should be available from Docker Hub

docker pull nuwcdivnpt/mssql-stigman:dev

About

Build a developer instance of Microsoft SQL Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published