Some scripts for working with Boot2Docker and the Docker mongodb image (https://registry.hub.docker.com/u/dockerfile/mongodb/)
mongo-cli.sh
opens an interactive mongo shell
mongo-restore.sh
will fetch a zip, unpack it and mongorestore
a contained dump
prompt.sh
will open an interactive shell in the running docker instance
start-mongod.sh
will start a docker instance. When running for the first time, the image will be pulled, unless you already have it.
stop-mongod.sh
will stop a running docker instance and clean up
remove-mongod.sh
will remove the mongodb docker image completely
env.sh
does some environment checks and setup