mongodb-container
mongodb-container copied to clipboard
MongoDB container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
This pull request updates the descriptions for the `mongodb` image streams to the `mongodb` 3.6 README.
The included changes fall into two buckets: 1. Technical changes such as getting rid of alpha / beta annotations and such stuff from the days when petsets were still new...
In OpenShift web console on the "Instantiate Template" form, it says that a password will be generated if I don't supply one... but when I instantiate the template, it fails...
Because of the hard coded memberid (0), after an error of the first replica set, the POD cannot add itself to an existing replica set of the other replicas (1+)....
Hi 👋 Our openshift app updates our mongodb container to the latest version automatically when a new version is released: https://access.redhat.com/containers/?tab=overview#/registry.access.redhat.com/rhscl/mongodb-36-rhel7 After auto updating and re-running the mongodb container the...
I created mongo db cluster with 3 replica set, did any one tried to mount using the PV to persist the data Please guide
I've been thinking about what it would take to run production apps using this OC template, and wanted to get some advice on the following topics: 1. Data corruption/loss: Assuming...
Has anyone had any experience using this image with a glusterfs storage volume? From trying it out it works well so far, but was wondering if anyone has seen any...
i was able to use my on mongod.conf to specify ssl connections only ``` # mongodb.conf port = 27017 pidfilepath = /var/lib/mongodb/mongodb.pid # Set this value to designate a directory...
Both, MariaDB and PostgreSQL pass the rest of the run- arguments given to this script by `docker run` command to the itself: ``` exec ${MYSQL_PREFIX}/libexec/mysqld --defaults-file=$MYSQL_DEFAULTS_FILE "$@" 2>&1 ... exec...