see https://hub.docker.com/r/sinenomine/mongodb-s390x/ for the original image
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 ibmcode/mongodb-s390x
Point your browser at
http://:28017
Content type
Image
Digest
Size
230.8 MB
Last updated
about 9 years ago
docker pull ibmcode/mongodb-s390x