This is a Docker project to bring up a local TokuMX cluster.
$ 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.
$ make start-cluster
$ make stop-cluster
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!