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

Commit 6538b56

Browse files
authored
Merge pull request #45 from microservices-demo/fix-minimesos-deploy-doc
Fixed minimesos deploy doc
2 parents b00e1b7 + fda077b commit 6538b56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/minimesos-marathon.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ This will send some traffic to the application, which will form the connection g
7171
<!-- deploy-doc-start run-tests -->
7272

7373
cd deploy/minimesos-marathon
74-
docker run --rm weaveworksdemos/load-test -d 300 -h localhost -c 2 -r 100
74+
docker run --rm --net=host weaveworksdemos/load-test -d 300 -h localhost -c 2 -r 100
7575

7676
<!-- deploy-doc-end -->
7777

7878
<!-- deploy-doc-hidden run-tests
7979
80-
docker run -\-rm -\-name=healthcheck weaveworksdemos/healthcheck:snapshot -s catalogue,user,cart,orders,shipping,queue-master,payment -d 60 -r 5
80+
docker run -\-rm -v=/var/run/weave/weave.sock:/var/run/weave/weave.sock docker docker -H=unix:///var/run/weave/weave.sock run -\-rm -\-name=healthcheck weaveworksdemos/healthcheck:snapshot -s catalogue,user,cart,orders,shipping,queue-master,payment -d 60 -r 5
8181
8282
if [ $? -ne 0 ]; then
8383
exit 1;

0 commit comments

Comments
 (0)