3.4.13
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 is done via the zoo.cfg file in {installedpath}/conf/zoo.cfg
defaults:
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
Content type
Image
Digest
Size
154.2 MB
Last updated
over 6 years ago
docker pull bionic187/rpi-zookeeper:1.0.1