ComposeMonkey : Resiliency Testing with docker-compose.

by prat0318 featured
GNU/Linux ◆ xterm-256color ◆ zsh 4254 views

Project Page: http://composemonkey.github.io/compose


ComposeMonkey works out-of-the-box on your current fig.yml. We provide a --monkey as an opt-in feature on docker-compose to add resiliency testing in orchestration.

Steps:

Create a sample fig.yml web app.

$ git clone https://github.com/ComposeMonkey/figtest.git $ cd figtest

$ sudo pip install compose-monkey

Run docker-compose as usual with an opt-in flag ‘–monkey’

$ sudo docker-compose –monkey up

More information: https://github.com/ComposeMonkey/compose