A docker implementation of ExtentX.

Installation

  1. Clone this repository
  2. Install Docker with Docker Compose
  3. Run docker-compose up -d from the cloned directory to start the ExtentX and Mongo

Goto http://localhost:1337 in your browser to view the extentx dashboard.

To stop the server and the mongo, run docker-compose stop.

P.S: Hit Star button if you found this useful.