dockerfile / mongodb

MongoDB Dockerfile for trusted automated Docker builds.
http://dockerfile.github.io/#/mongodb
MIT License
326 stars 234 forks source link

Run mongo #15

Open lnmunhoz opened 9 years ago

lnmunhoz commented 9 years ago

This is creating a new mongod instance, how do I connect in the mongo shell? (boot2docker) docker run -it --rm --link mongodb:mongodb dockerfile/mongodb bash -c 'mongo --host mongodb'

lnmunhoz commented 9 years ago

Solved updating the repository on PR #17