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

Commit 43367c7

Browse files
authored
Fix command to run test
Without this load test can't reach the front-end service.
1 parent aa721c7 commit 43367c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/load-test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ See the notes for each deployment.
1313
</p>
1414
<p>
1515
For example, on the <a href="/docs/docker-single-weave.html">Docker (single-host with Weave)</a> deployment, on Docker for Mac:
16-
<pre><code>docker run weaveworksdemos/load-test -h localhost -r 100 -c 2</code></pre>
16+
<pre><code>docker run --net=host weaveworksdemos/load-test -h localhost -r 100 -c 2</code></pre>
1717
</p>
1818
<p>
1919
The syntax for running the load test container is:
20-
<pre><code>docker run weaveworksdemos/load-test -h $frontend-ip[:$port] -r 100 -c 2</code></pre>
20+
<pre><code>docker run --net=host weaveworksdemos/load-test -h $frontend-ip[:$port] -r 100 -c 2</code></pre>
2121
</p>
2222
<p>
2323
The help command provides more details about the parameters:

0 commit comments

Comments
 (0)