Mongo's icon

Mongo

An open source document-oriented database.

Description

An open source document-oriented database. Read more here: http://www.mongodb.org

Readme

Getting started

Run the image:

> turbo run mongodb/mongo

Now MongoDB is installed under C:\Program Files (x86)\MongoDB 2.6 Standard. You can start it like this:

(123) > cd C:\Program Files (x86)\MongoDB 2.6 Standard

Read more how to use mongodb here.

Simple Example

# Start a container with Mongo

> turbo run mongodb/mongo


# In the container, create a database folder, and start the server

(123) > md my-db

(123) > C:\Program Files (x86)\MongoDB 2.6 Standard\mongod.exe --dbpath C:\path\to\my-db

Once the server has started, open a browser and visit http://localhost:27017.


Release Notes

No release notes


EULA

  • Dependencies
    No dependencies
  • Used By
    No repositories
  • Website
    Developer: mongodb.org
  • Current
    4.2.0 updated 6 years ago
  • Details
    Updated: August 14, 2019
    Created: October 24, 2014