Skip to content

Latest commit

 

History

History

pumba

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

pumba Chaos Testing Docker containers

Documentation

https://github.com/alexei-led/pumba

Example

Example application:

docker run -it --rm --name tryme alpine sh -c "apk add --update iproute2 && ping www.example.com" 

Delay network by 3s:

docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock gaiaadm/pumba netem --duration 1m delay --time 3000 tryme