An open API service indexing awesome lists of open source software.

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

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