Skip to content

Scripts to start/stop local mongodb docker container

Notifications You must be signed in to change notification settings

marciopocebon/local_mongo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Local MongoDB

Docker scripts to start and stop a mongo db instance locally.

Stores data within project folder in data/db.

How to use

You can use 3 scripts to manage MongoDB:

  • bin/start.sh: Starts MongoDB and uses the project folder's data/db folder to store data.
  • bin/connect.sh: Connects to MongoDB using the shell client.
  • bin/stop.sh: Shuts down the container and cleans up.
  • bin/reset.sh: Shuts down the container and cleans up.

About

Scripts to start/stop local mongodb docker container

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%