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-08-30 11:35:56 -07:00
committed by GitHub
parent 20029d959f
commit 84331a7d79

View File

@ -28,7 +28,7 @@ To run this sample, you need the following prerequisites.
**Software prerequisites:**
You can run the container with the following command.
(Note the you'll need Windows Server Core TP5 v10.0.14300.1000.)
(Note the you'll need Windows Server Core TP5 v10.0.14300.1030.)
````
docker run -p 1433:1433 -v C:/temp/:C:/temp/ --env sa_password=<YOUR SA PASSWORD> --env attach_dbs="<DB-JSON-CONFIG>" microsoft/mssql-server-2014-express-windows