A docker implementation of ExtentX.
- Clone this repository
- Install Docker with Docker Compose
- 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.