An open API service indexing awesome lists of open source software.

https://github.com/crizstian/mongo-replica-with-docker

How to deploy a MongoDB Replica Set using Docker
https://github.com/crizstian/mongo-replica-with-docker

cloud-computing cluster clustering database docker mongodb mongodb-replica-set

Last synced: about 2 months ago
JSON representation

How to deploy a MongoDB Replica Set using Docker

Awesome Lists containing this project

README

        

# How to deploy a MongoDB Replica Set using Docker

This a repository example for the article **How to deploy a MongoDB Replica Set using Docker**
is a walkthrough in how to set up a MongoDB replica set with authentication using docker.

### Stack used:
- MongoDB 3.4.1
- Docker for Mac 1.12.5

![](https://cdn-images-1.medium.com/max/1600/1*vhEc7r7BRG0oc2PKZ0WJLg.png)

## Medium article

- [How to deploy a MongoDB Replica Set using Docker](https://medium.com/@cramirez92/how-to-deploy-a-mongodb-replica-set-using-docker-6d0b9ac00e49#.edhf2v3g0)