mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Update readme.md
This commit is contained in:
committed by
GitHub
parent
33586685d5
commit
4f66bdcf61
@@ -35,8 +35,9 @@ To run this sample, you need the following prerequisites.
|
||||
|
||||
## Run this sample
|
||||
Use the Dockerfile and execute the following two commands to build and run sqlexpress:
|
||||
|
||||
1. docker build --env sa_password=<YOUR_SA_PASSWORD> <IMAGE NAME> .
|
||||
2. docker run -it -p 1433:1433 <IMAGE NAME> cmd
|
||||
2. docker run -it -p 1433:1433 <IMAGE NAME>
|
||||
|
||||
<a name=sample-details></a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user