github.com/pingcap/chaos@v0.0.0-20190710112158-c86faf4b3719/docker/control/bashrc (about) 1 cat <<EOF 2 Welcome to Chaos on Docker 3 =========================== 4 5 This container runs the Chaos tests in sub-containers. 6 7 You are currently in the base dir of the git repo for Chaos. 8 9 To run a test: 10 make 11 ./bin/chaos-tidb 12 EOF 13 14 cd /go/src/github.com/pingcap/chaos