Skip to content

Commit 4f66bdc

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

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
@@ -35,8 +35,9 @@ To run this sample, you need the following prerequisites.
3535

3636
## Run this sample
3737
Use the Dockerfile and execute the following two commands to build and run sqlexpress:
38+
3839
1. docker build --env sa_password=<YOUR_SA_PASSWORD> <IMAGE NAME> .
39-
2. docker run -it -p 1433:1433 <IMAGE NAME> cmd
40+
2. docker run -it -p 1433:1433 <IMAGE NAME>
4041

4142
<a name=sample-details></a>
4243

0 commit comments

Comments
 (0)