Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 440 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 440 Bytes

Dockerized Jepsen

This docker image attempts to simplify the setup required by Jepsen. It is intended to be used by a CI tool or anyone with docker who wants to try jepsen themselves.

It contains all the jepsen dependencies and code. It uses Docker Compose to spin up the five containers used by Jepsen.

To start run

    ./up.sh
    docker exec -it jepsen-control bash