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 4f66bdc commit 8c65e14Copy full SHA for 8c65e14
samples/manage/windows-containers/mssql-server-2014-express-windows/readme.md
@@ -34,10 +34,8 @@ To run this sample, you need the following prerequisites.
34
<a name=run-this-sample></a>
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> .
40
-2. docker run -it -p 1433:1433 <IMAGE NAME>
+The image provides one environment variable to set the sa password: </br>
+- sa_password: Sets the sa password and enables the sa login
41
42
<a name=sample-details></a>
43
0 commit comments