Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 632 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 632 Bytes

docker-mongo

This is a Docker project to bring up a local TokuMX cluster.

Running

Clone Repository

$ git clone https://github.com/ankurcha/docker-tokumx.git
$ cd docker-tokumx
$ make tokumx-container

The statement make tokumx-container will download the image from docker index.

Launch cluster

$ make start-cluster

Stop Cluster

$ make stop-cluster

Credits

Most of the work in figuring out this puzzle was done by @wdalmut who created the script to wire up a simpler mongodb sharded cluster. Kudos!