We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28bba5 commit e742ec8Copy full SHA for e742ec8
samples/manage/windows-containers/mssql-server-2014-express-windows/readme.md
@@ -27,7 +27,8 @@ To run this sample, you need the following prerequisites.
27
28
**Software prerequisites:**
29
30
-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.
31
+docker run -p 1433:1433 --env sa_password=<YOUR SA PASSWORD> microsoft/mssql-server-2014-express-windows
32
33
<a name=run-this-sample></a>
34
0 commit comments