https://github.com/wouterd/docker-zookeeper
A 5 node zookeeper ensemble that runs in Docker
https://github.com/wouterd/docker-zookeeper
Last synced: 12 months ago
JSON representation
A 5 node zookeeper ensemble that runs in Docker
- Host: GitHub
- URL: https://github.com/wouterd/docker-zookeeper
- Owner: wouterd
- Created: 2014-07-27T11:46:43.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-02T14:30:02.000Z (over 11 years ago)
- Last Synced: 2024-04-24T06:26:02.826Z (about 2 years ago)
- Language: Shell
- Size: 202 KB
- Stars: 18
- Watchers: 4
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-zookeeper
================
A 5 node zookeeper ensemble that runs in Docker
Note: the wouterd/zookeeper image is in the docker index as an "automated build", so you don't have to build the
Dockerfile in the zookeeper folder.
Start ensemble by running:
./startup.sh
From the root of the project.
This will:
- Create a config container
- Create 5 zookeeper containers that wait for a config file to appear on the config container
- Generate the configuration
- Push the configuration into the config container
- Start the ensemble