ZooKeeper Docker container image

December 16, 2025 · View on GitHub

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

VariableDefault ValueDescription
ZOO_TICK_TIME2000
ZOO_INIT_LIMIT5
ZOO_SYNC_LIMIT2
ZOO_AUTOPURGE_SNAP_RETAIN_COUNT3
ZOO_AUTOPURGE_PURGE_INTERVAL0
ZOO_MAX_CLIENT_CNXNS60
ZOO_STANDALONE_ENABLEDtrue
ZOO_ADMIN_ENABLE_SERVERtrue
ZOO_4LW_COMMANDS_WHITELISTstat,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: