rancher/zookeeper

Name: zookeeper

Owner: Rancher

Description: Zookeeper image

Created: 2015-06-25 23:02:09.0

Updated: 2017-01-23 15:00:14.0

Pushed: 2015-07-11 20:34:46.0

Homepage: null

Size: 110

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Zookeeper Container

This container runs a stock zookeeper 3.6 instance.

It leverages confd to populate the config files. Given the way Zookeeper To use the container it is initialized via like so:

ker run -d --net=host --name=zookeeper \
SERVICES_ZOOKEEPER_MYID=<int> \
SERVICES_ZOOKEEPER_HOST_1='{"Id": "1", "Ip": "<ip>"}' \
SERVICES_ZOOKEEPER_HOST_2='{"Id": "<n>", "Ip": "<ip>"}' \
cher/zookeeer 

The container will setup ports on 2181,2888,3888 on the host.

Each node in the zookeeper cluster will need an entry, and the ID/IP pairs must be the same for all hosts.

The network = host so that ZK can bind to the instances IP.

Contact

For bugs, questions, comments, corrections, suggestions, etc., open an issue in rancher/rancher with a title starting with [zookeeper].

Or just click here to create a new issue.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.