1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Update readme.md

This commit is contained in:
Perry Skountrianos - MSFT
2016-06-10 18:11:02 -07:00
committed by GitHub
parent a28bba5024
commit e742ec8a06

View File

@ -27,7 +27,8 @@ To run this sample, you need the following prerequisites.
**Software prerequisites:**
1. System running Windows Server Core TP5 v10.0.14300.1000.
You can run the container with the following command. Note the you'll need Windows Server Core TP5 v10.0.14300.1000.
docker run -p 1433:1433 --env sa_password=<YOUR SA PASSWORD> microsoft/mssql-server-2014-express-windows
<a name=run-this-sample></a>