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

Commit ba98e73

Browse files
author
renzon
committed
Implemented docker for flags example
1 parent 5f4ef66 commit ba98e73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
vaurien --protocol http --backend localhost:8001 \
3-
--proxy localhost:8002 \
4-
--behavior 100:delay --behavior-delay-sleep .5
3+
--proxy 0.0.0.0:8002 \
4+
--behavior 100:delay --behavior-delay-sleep 1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
vaurien --protocol http --backend localhost:8001 \
3-
--proxy localhost:8003 \
3+
--proxy 0.0.0.0:8003 \
44
--behavior 25:error,50:delay --behavior-delay-sleep .5

0 commit comments

Comments
 (0)