MongoDB 2.6 with authentication and full OS init sequence
8.9K
This image is based on phusion/baseimage so it has proper boot sequence and mongod process supervision. It also supports MongoDB authentication.
phusion/baseimage is Ubuntu 14.04 LTS based image with runit init, cron, syslog-ng, and sshd.
Usage:
docker run -ti --rm \
-p 30000:27017 \ # or just plain -P
-v /srv/mongo:/data/db \
-e MONGOD_OPTIONS='--nojournal --smallfiles --noprealloc --auth' \
-e MONGO_ROOT_PASSWORD=qwerty \
arkadi/mongodb \
/sbin/my_init -- bash -l
Source repository on GitHub
Content type
Image
Digest
sha256:7d4ede112…
Size
203.8 MB
Last updated
almost 11 years ago
docker pull arkadi/mongodb