Skip to content

DB Mongo

Yafra edited this page Mar 25, 2015 · 3 revisions

MongoDB

MongoDB is the only database that harnesses the innovations of NoSQL and builds on the foundation of relational databases.

If you are coming from SQL world, get a quick look at the comparison to monog: http://docs.mongodb.org/manual/reference/sql-comparison/

Setup

Mongo daemon port per default is 27017.

Dockerfile

https://github.com/yafraorg/docker-yafradb. The MongoDB is based on dockerfile/mongodb / dockerfile/ubuntu, port 27017 is exposed as well as 28017 for http. A volume is set to /data/db. Best to run this docker with a data only docker capturing the volume /data/db.

Clone this wiki locally