ZooKeeper maintains configuration information centrally. Long-term tracks maintained by Canonical.
1M+
ubuntu/zookeeper is a rock for zookeeper maintained by Canonical.
ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. This rock is shipped in support of the Apache Kafka rock.
Please note that rocks tagged up to 3.1 are Dockerfile-based images, whereas from version 3.8.2 onward the rocks are chiseled rocks.
NOTE: These tags follow a specific naming convention that respects the concept of channels.
| Tags | Supported until | Version | Base | Architectures | |
|---|---|---|---|---|---|
3.1-22.04_beta | aliases3.1-22.04_edge, edge, latest | - | 3.1 | 22.04 | s390x, ppc64le, arm64, amd64 |
3.8-22.04_edge | aliases3.8-22.04_edge | 06/2027 | 3.8 | 22.04 | amd64 |
This rock's entrypoint is Pebble, a container-optimized init process that enables the orchestration of a collection of local service processes as an organized set.
To view the Pebble services and checks defined in this rock:
docker run --rm ubuntu/zookeeper:3.1-22.04_beta plan
The container spins up with the default entrypoint. To inspect the entrypoint and command:
docker inspect --format='{{.Config.Entrypoint}} {{.Config.Cmd}}' ubuntu/zookeeper:3.1-22.04_beta
To run this rock, use any of the usual container runtimes, for example, docker:
docker run --name zookeeper-container \
-p 2181:2181 \
ubuntu/zookeeper:3.1-22.04_beta
Access the ZooKeeper server at localhost:2181.
docker run --name zookeeper-container \
-p 2181:2181 \
ubuntu/zookeeper:3.1-22.04_beta
Access the ZooKeeper server at localhost:2181.
To view the logs of the running container, run:
docker exec zookeeper-container pebble logs
Or, for a specific service:
docker exec zookeeper-container pebble logs <service>
To view the logs of the running container, run:
docker logs zookeeper-container
Rocks may have predefined health checks that you can list by running:
docker exec zookeeper-container pebble checks
The overall health of your container can be inspected via:
docker exec zookeeper-container pebble health
| Option | Description | Default |
|---|---|---|
| TZ | Timezone. | UTC |
| Option | Description | Default |
|---|---|---|
-v <path>:/etc/zookeeper/zoo.cfg | Local ZooKeeper configuration file. | None |
-v <volume>:/var/lib/zookeeper/data | Persist data mounted into the container. The mount point should be consistent with the configuration property dataDir. | None |
-v <volume>:/var/lib/zookeeper/data-log | Persist data mounted inside the container. The mount point should be consistent with the configuration property dataLogDir. | None |
| Option | Description | Default |
|---|---|---|
-p <port>:2181 | Expose the container's port 2181 on the host's <port>. | None |
Canonical is the provider of this container image. It is the user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within, as well as with Canonical’s IP Policy.
Content type
Image
Digest
sha256:28abc4aa0…
Size
171.5 MB
Last updated
about 3 years ago
docker pull ubuntu/zookeeperPulls:
25,221
Last week