Dear Readers,
I’m happy to announce that I had successfully made an attempt and containerised the ExtentX in a docker. Now you can easily setup the entire infrastructure required for ExtentX in couple of seconds.
docker pull mongo
docker pull email2vimalraj/extentx
docker run -p 27017:27017 -d --name extent-mongo mongo
docker run --link extent-mongo:mongodb --name extent-app -p 1337:1337 -d email2vimalraj/extentx
Goto http://localhost:1337 in your browser to view the ExtentX dashboard.
P.S: Hit Like button if you found this useful.