pumba

Chaos testing tool for Docker containers to simulate failures

brewmacoslinux
Try with needOr install directly
Source

About

Chaos testing tool for Docker

Commands

pumba

Examples

Kill a random container to test resilience$ pumba kill --signal SIGKILL random
Add 500ms network delay to a specific container$ pumba netem --duration 2m delay -t 500ms my_container
Pause and resume all containers matching a pattern$ pumba pause --duration 30s 're:web-.*'