clefos/mongodb
A free and open-source cross-platform document-oriented database program
10K+
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.
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
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 clefos/mongodb