From fda077b487938c3d5f7c368264126ce5a7a6969d Mon Sep 17 00:00:00 2001 From: Vishal Lal Date: Mon, 20 Feb 2017 13:38:50 +0100 Subject: [PATCH] Fixed minimesos deploy doc --- deployment/minimesos-marathon.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/minimesos-marathon.md b/deployment/minimesos-marathon.md index 0b92dbb..41c50ed 100644 --- a/deployment/minimesos-marathon.md +++ b/deployment/minimesos-marathon.md @@ -71,13 +71,13 @@ This will send some traffic to the application, which will form the connection g 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