Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deployment/minimesos-marathon.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ This will send some traffic to the application, which will form the connection g
<!-- deploy-doc-start run-tests -->

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

<!-- deploy-doc-end -->

<!-- deploy-doc-hidden run-tests

docker run -\-rm -\-name=healthcheck weaveworksdemos/healthcheck:snapshot -s catalogue,user,cart,orders,shipping,queue-master,payment -d 60 -r 5
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

if [ $? -ne 0 ]; then
exit 1;
Expand Down