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

Latest commit

 

History

History
29 lines (18 loc) · 691 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 691 Bytes

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