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
- Host: GitHub
- URL: https://github.com/crizstian/mongo-replica-with-docker
- Owner: crizstian
- Created: 2017-01-14T17:54:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T19:10:48.000Z (about 5 years ago)
- Last Synced: 2025-03-28T07:11:25.493Z (2 months ago)
- Topics: cloud-computing, cluster, clustering, database, docker, mongodb, mongodb-replica-set
- Language: Shell
- Size: 13.7 KB
- Stars: 109
- Watchers: 7
- Forks: 67
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
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
## 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)