File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
echo " Running Pumba Network Emulation ..."
4
4
5
+ # shellcheck disable=SC1091
5
6
source ./set_network.sh
6
7
7
- docker-compose -f docker-compose-pumba.yml up
8
+ exec docker-compose -f docker-compose-pumba.yml up
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '2'
2
2
services :
3
3
4
4
pumba :
5
- image : gaiaadm/pumba:master
5
+ image : gaiaadm/pumba:111- master
6
6
environment :
7
7
http_proxy : " $tb_proxy"
8
8
https_proxy : " $tb_proxy"
@@ -11,7 +11,7 @@ services:
11
11
- /var/run/docker.sock:/var/run/docker.sock
12
12
networks :
13
13
- voteapp
14
- command : pumba --debug --interval 40s --random netem --duration 35s delay --amount 3000 re2:(.+)result
14
+ command : pumba --debug netem --duration 5m delay --time 3000 " re2:(.+)result-app"
15
15
16
16
networks :
17
17
voteapp :
You can’t perform that action at this time.
0 commit comments