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 3358668 commit 4f66bdcCopy full SHA for 4f66bdc
samples/manage/windows-containers/mssql-server-2014-express-windows/readme.md
@@ -35,8 +35,9 @@ To run this sample, you need the following prerequisites.
35
36
## Run this sample
37
Use the Dockerfile and execute the following two commands to build and run sqlexpress:
38
+
39
1. docker build --env sa_password=<YOUR_SA_PASSWORD> <IMAGE NAME> .
-2. docker run -it -p 1433:1433 <IMAGE NAME> cmd
40
+2. docker run -it -p 1433:1433 <IMAGE NAME>
41
42
<a name=sample-details></a>
43
0 commit comments