Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 46557a3

Browse files
rguthriemsftdtzar
authored andcommitted
Update Readme.md (#304)
1 parent 95d7068 commit 46557a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provision-vm/Docker/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For getting started, create a docker daemon using the docker image. For experime
88
If you want to run the container locally:
99

1010
```
11-
$ docker run -v '"'"'type=bind,src=/home/nginx/config,dst=/home/nginx/config'"'"' -v '"'"'type=bind,src=/home/nginx/contents,dst=/home/nginx/contents'"'"' -v '"'"'type=bind,src=/home/azureuser/logs,dst=/home/azureuser/logs'"'"' -v /var/run/docker.sock:/var/run/docker.sock -d -e AZUREUSERNAME -e AZUREPASSWORD -e SUBID -e LOCATION -e TEAMNAME -e RECIPIENTEMAIL -e CHATCONNECTIONSTRING -e CHATMESSAGEQUEUE -e TENANTID -e APPID devopsoh/proctor-container
11+
$ docker run -v /home/nginx/config:/home/nginx/config -v /home/nginx/contents:/home/nginx/contents -v /home/azureuser/logs:/home/azureuser/logs -v /var/run/docker.sock:/var/run/docker.sock -d -e AZUREUSERNAME -e AZUREPASSWORD -e SUBID -e LOCATION -e TEAMNAME -e RECIPIENTEMAIL -e CHATCONNECTIONSTRING -e CHATMESSAGEQUEUE -e TENANTID -e APPID -e GITBRANCH devopsoh/proctor-container
1212
root@531ed021c2c5:/home/azureuser# export AZUREUSERNAME=YOUR_SERVICE_PRINICPAL_NAME
1313
root@531ed021c2c5:/home/azureuser# export AZUREPASSWORD=YOUR_SERVICE_PRINICPAL_PASSWORD
1414
root@531ed021c2c5:/home/azureuser# export SUBID=YOUR_SUBSCRIPTION_ID

0 commit comments

Comments
 (0)