catalog-dockerfiles icon indicating copy to clipboard operation
catalog-dockerfiles copied to clipboard

Dockerfiles for Rancher Catalog containers

Results 31 catalog-dockerfiles issues
Sort by recently updated
recently updated
newest added

I have already deployed an elasticsearch cluster with rancher catalog. I found the elasticsearch node JVM heap size is default 1g, it is too small, there is a way to...

when using glusterfs as the data volume, I see the following: `4/3/2016 8:53:55 AM[2016-04-03 12:53:55,083][WARN ][cluster.action.shard ] [Nicole St. Croix] [.kibana][0] received shard failed for target shard [[.kibana][0], node[MlquNusiR2O-9Lc5x2dLeQ], [P],...

As mentioned on the repository of Kopf, Kopfs is no longer being maintained: https://github.com/lmenezes/elasticsearch-kopf. The developer has been working on a replacement in the form of Cerebro: https://github.com/lmenezes/cerebro. The Elasticsearch2...

How can I configure a password for my Mongo Cluster? At the default configuration its open to the wild! This sould really not be the default!

MongoDB does not shutdown gracefully and should have "trap" in the script to propagate signals properly to mongod process. Currently after the restart there is a recovery session. Log history:...

Hi, I am trying to connect and run mongodb in docker. But it is showing error. $docker pull mongo $ docker run -it mongo sh -c 'exec mongo "$MONGO_PORT_27017_TCP_ADD R:$MONGO_PORT_27017_TCP_PORT/PMSDB"...

Please could we have mainline catalog supported MariaDB Galera cluster service as a mysql alternative . We could then be upgrading subsequently

Hi, Is there a way to have a sidekick for backup of the Galera cluster? Or to mount a /var/lib/mysql from the galera data on the host? I had a...

Hi, Can you add this in script start_galera `printenv > /etc/environment` This will make available the environment variables for cron thanks

I have an issue with the MongoDB cluster after the first node in the cluster gets removed. It seems to cause a new node to be created and initializes its...