Skip to content

wodby/zookeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZooKeeper Docker container image

Build Status Docker Pulls Docker Stars

Docker Images

❗️For better reliability we release images with stability tags (wodby/zookeeper:3-X.X.X) which correspond to git tags. We strongly recommend using images only with stability tags.

Supported tags and respective Dockerfile links:

Supported architectures

All images built for linux/amd64 and linux/arm64

Environment Variables

Variable Default Value Description
ZOO_TICK_TIME 2000
ZOO_INIT_LIMIT 5
ZOO_SYNC_LIMIT 2
ZOO_AUTOPURGE_SNAP_RETAIN_COUNT 3
ZOO_AUTOPURGE_PURGE_INTERVAL 0
ZOO_MAX_CLIENT_CNXNS 60
ZOO_STANDALONE_ENABLED true
ZOO_ADMIN_ENABLE_SERVER true
ZOO_4LW_COMMANDS_WHITELIST stat,ruok,conf,isro

Orchestration actions

Usage:

make COMMAND [params ...]

commands:
    check-ready [host max_try wait_seconds]
    stat [host]
 
default params values:
    host localhost
    max_try 1
    wait_seconds 1
    delay_seconds 0

Deployment

Deploy Zookeeper to your server via Wodby Wodby:

About

Zookeeper docker image

Resources

License

Stars

Watchers

Forks