Code Monkey home page Code Monkey logo

nanobox-docker-mongodb's Introduction

MongoDB Build Status Image

This is an MongoDB Docker image used to launch a MongoDB service on Nanobox. To use this image, add a data component to your boxfile.yml with the nanobox/mongodb image specified:

data.db:
  image: nanobox/mongodb:3.0

MongoDB Configuration Options

MongoDB components are configured in your boxfile.yml. All available configuration options are outlined below.

Quick Links

version
objcheck
log_verbosity
directoryperdb
logappend
nojournal
noscripting

Overview of MongoDB Boxfile Settings

data.db:
  image: nanobox/mongodb:3.0
  config:
    objcheck: true
    log_verbosity: 'v'
    directoryperdb: true
    logappend: true
    nojournal: false
    noscripting: false

Version

When configuring a MongoDB service in your Boxfile, you can specify the version to use. The following version(s) are available:

  • 2.6
  • 3.0
  • 3.2
  • 3.4

Note: Due to version compatibility constraints, MongoDB versions cannot be changed after the service is created. To use a different version, you'll have to create a new MongoDB service and manually migrate data.

version

# default setting
data.db:
  image: nanobox/mongodb:3.0

ObjCheck

View the MongoDB documentation for details and configuration options.

objcheck

#default setting
data.db:
  image: nanobox/mongodb
  config:
    objcheck: true

Log Verbosity

View the MongoDB documentation for details and configuration options.

log_verbosity

data.db:
  image: nanobox/mongodb
  config:
    log_verbosity: 'v'

DirectoryPerDB

View the MongoDB documentation for details and configuration options.

directoryperdb

#default setting
data.db:
  image: nanobox/mongodb
  config:
    directoryperdb: true

LogAppend

View the MongoDB documentation for details and configuration options.

logappend

#default setting
data.db:
  image: nanobox/mongodb
  config:
    logappend: true

NoJournal

View the MongoDB documentation for details and configuration options.

nojournal

#default setting
data.db:
  image: nanobox/mongodb
  config:
    nojournal: false

NoScripting

View the MongoDB documentation for details and configuration options.

noscripting

#default setting
data.db:
  image: nanobox/mongodb
  config:
    noscripting: false

Help & Support

This is a MongoDB Docker image provided by Nanobox. If you need help with this image, you can reach out to us in the #nanobox IRC channel. If you are running into an issue with the image, feel free to create a new issue on this project.

License

Mozilla Public License, version 2.0

nanobox-docker-mongodb's People

Contributors

danhunsaker avatar glinton avatar tylerflint avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

nanobox-docker-mongodb's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.