Some typical docker compose templates.
 
 
 
 
 
 
Go to file
Baohua Yang 0101a74980 Add mongo cluster and mongo webui 2015-07-30 14:54:22 +08:00
mongo_cluster Add mongo cluster and mongo webui 2015-07-30 14:54:22 +08:00
mongo_webui Add mongo cluster and mongo webui 2015-07-30 14:54:22 +08:00
.gitignore Initial commit 2015-07-30 14:42:57 +08:00
README.md Add mongo cluster and mongo webui 2015-07-30 14:54:22 +08:00

README.md

Docker Compose Files

Some typical docker compose templates.

Install Docker Compose

$ sudo pip install docker-compose

Docker-compose Usage

See https://docs.docker.com/compose/.

templates

mongo_cluster

Start 3 mongo instance to make a replica set.

mongo_webui

Start 1 mongo instance and a mongo-express web tool to watch it.

The mongo instance will store data into local /opt/data/mongo_home.

The web UI will listen on local 8081 port.