Skip to content

Commit 8c65e14

Browse files
authored
Update readme.md
1 parent 4f66bdc commit 8c65e14

File tree

1 file changed

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

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ To run this sample, you need the following prerequisites.
3434
<a name=run-this-sample></a>
3535

3636
## 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>
37+
The image provides one environment variable to set the sa password: </br>
38+
- sa_password: Sets the sa password and enables the sa login
4139

4240
<a name=sample-details></a>
4341

0 commit comments

Comments
 (0)