Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 563 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 563 Bytes

Overview

The files in this folder have been modified from here.

Build the image by running the following PowerShell command while sitting in this directory:

docker build -t fmcgarry/wedding .

Then spin up a new container, setting MSSQL_SA_PASSWORD with your own value:

docker run -e 'ACCEPT_EULA=Y' -e 'MSSQL_SA_PASSWORD=StrongPassw0rd' -p 1433:1433 --name wedding-db -d fmcgarry/wedding