This is a Docker project to bring up a local MongoDB cluster.
$ git clone https://github.com/wdalmut/docker-mongodb.git
$ cd docker-mongodb
$ make mongodb-containerThe statement make mongodb-container will download the image from docker
index.
$ make start-cluster$ make stop-cluster