Update readme.md

This commit is contained in:
Perry Skountrianos - MSFT
2016-06-10 16:33:04 -07:00
committed by GitHub
parent 33586685d5
commit 4f66bdcf61
@@ -35,8 +35,9 @@ To run this sample, you need the following prerequisites.
## Run this sample
Use the Dockerfile and execute the following two commands to build and run sqlexpress:
1. docker build --env sa_password=<YOUR_SA_PASSWORD> <IMAGE NAME> .
2. docker run -it -p 1433:1433 <IMAGE NAME> cmd
2. docker run -it -p 1433:1433 <IMAGE NAME>
<a name=sample-details></a>