clefos/mongodb

By clefos

Updated almost 5 years ago

A free and open-source cross-platform document-oriented database program

Image

10K+

MongoDB

A MongoDB container based on the MongoDB packages distributed at MongoDB Web Site. Note, this image is only for development use according to the Terms and Conditions of MongoDB.

Using

Volume required: /mongodb/data

Daemon started with the following options:

--dbpath /mongodb/data --logpath /mongodb/data/mongodb.log --logappend --httpinterface --rest --smallfiles --noprealloc

Exposes ports 27017 and 28017

Running
docker run -d -v <path-to-mongodb-volume>:/mongodb/data -p 27017:27017 -p 28017:28107 --name mongodb sinenomine/mongodb-s390x

Point your browser at

http://<ip of docker host>:28017

Docker Pull Command

docker pull clefos/mongodb