Skip to content

Scripts to build a Docker image with Apache ZooKeeper.

License

Notifications You must be signed in to change notification settings

steadyrun/docker-zookeeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zookeeper


Description


This image runs the official Apache ZooKeeper on a Centos Linux distribution.

The latest tag of this image is build with the latest stable release of Apache ZooKeeper on Centos 7.

You can pull it with:

docker pull parrotstream/zookeeper

You can also find other images based on different Apache Hadoop releases, using a different tag in the following form:

docker pull parrotstream/zookeeper:[zookeeper-release]

For example, if you want Apache ZooKeeper release 3.4.8 you can pull the image with:

docker pull parrotstream/zookeeper:3.4.8

Run with Docker Compose:

docker-compose -p parrot up

Available tags:

  • Apache ZooKeeper 3.5.4 (3.5.4, latest)
  • Apache ZooKeeper 3.5.3 (3.5.3)
  • Apache ZooKeeper 3.4.13 (3.4.13)
  • Apache ZooKeeper 3.4.8 (3.4.8)

About

Scripts to build a Docker image with Apache ZooKeeper.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 79.6%
  • Dockerfile 20.4%