Sign inSign up

bionic187/rpi-zookeeper

By bionic187

Updated over 6 years ago

raspberry pi zookeeper

Image
0

64

bionic187/rpi-zookeeper repository overview

Zookeeper for raspberry pi

zookeeper version

3.4.13

use

docker run -p 2181:2181 -d bionic187/rpi-zookeeper:1.0.1

This will start the daemon and expose zookeeper on port 2181 on your host

zookeeper config

zookeeper config is done via the zoo.cfg file in {installedpath}/conf/zoo.cfg

variables in the Dockerfile

defaults:

  • config_tickTime=2000
  • config_maxClientCnxns=10

anything that starts with config_ will be treated as something to add/replace in the config file

example:

config_clientPort=2182

will be added or replaced in the config file as:

clientPort=2182

only the config_ is dropped.

override these when you run manually or in your docker-compose file

github

https://github.com/BioniC187/rpi-zookeeper

Tag summary

Content type

Image

Digest

Size

154.2 MB

Last updated

over 6 years ago

docker pull bionic187/rpi-zookeeper:1.0.1