github.com/pingcap/chaos@v0.0.0-20190710112158-c86faf4b3719/docker/README.md (about)

     1  # Dockerized Chaos
     2  =================
     3  
     4  This docker image attempts to simplify the setup required by chaos.
     5  It is intended to be used by a CI tool or anyone with docker who wants to try chaos themselves.
     6  
     7  It contains all the chaos dependencies and code. It uses [Docker Compose](https://github.com/docker/compose) to spin up the five
     8  containers used by chaos.
     9  
    10  To start run
    11  
    12  ```
    13  ./up.sh
    14  docker exec -it chaos-control bash
    15  ```