Skip to content

ContainerSolutions/zookeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

#Zookeeper

This Docker image contains Zookeeper 3.5.1-rc2 which features dynamic host reconfiguration. Upon start, it attempts to join an existing cluster.

The syntax to start a container is like this:

docker run --net host --name [name] containersol/zookeeper [id] [ip]

where

  • id = id of the zookeeper node (known internally as myid)
  • ip = ip address of a node of the existing cluster

The id is mandatory, the ip is optional.

The --net host is needed for zookeepers on different hosts to be able to contact each other.

About

Zookeeper with dynamic host reconfiguration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages