Skip to content

Commit e742ec8

Browse files
authored
Update readme.md
1 parent a28bba5 commit e742ec8

File tree

1 file changed

+2
-1
lines changed
  • samples/manage/windows-containers/mssql-server-2014-express-windows

1 file changed

+2
-1
lines changed

samples/manage/windows-containers/mssql-server-2014-express-windows/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ To run this sample, you need the following prerequisites.
2727

2828
**Software prerequisites:**
2929

30-
1. System running Windows Server Core TP5 v10.0.14300.1000.
30+
You can run the container with the following command. Note the you'll need Windows Server Core TP5 v10.0.14300.1000.
31+
docker run -p 1433:1433 --env sa_password=<YOUR SA PASSWORD> microsoft/mssql-server-2014-express-windows
3132

3233
<a name=run-this-sample></a>
3334

0 commit comments

Comments
 (0)