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.
# 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
.
No release notes
This repository does not have an EULA