ubuntu/zookeeper

Verified Publisher

By Canonical

Updated 4 months ago

ZooKeeper maintains configuration information centrally. Long-term tracks maintained by Canonical.

Image
Integration & delivery
15

1M+

ubuntu/zookeeper repository overview

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.

[Learn more about zookeeper]

Tags and Architectures

NOTE: These tags follow a specific naming convention that respects the concept of channels.

TagsSupported untilVersionBaseArchitectures
3.1-22.04_beta
aliases3.1-22.04_edge, edge, latest
-3.122.04s390x, ppc64le, arm64, amd64
3.8-22.04_edge
aliases3.8-22.04_edge
06/20273.822.04amd64

Get started

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.

[Learn more about Pebble]

Inspect

To view the Pebble services and checks defined in this rock:

docker run --rm ubuntu/zookeeper:3.1-22.04_beta plan
For an older version that is not a rock

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
Run

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.

For an older version that is not a rock
docker run --name zookeeper-container \
    -p 2181:2181 \
    ubuntu/zookeeper:3.1-22.04_beta

Access the ZooKeeper server at localhost:2181.

Get logs

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>
For an older version that is not a rock

To view the logs of the running container, run:

docker logs zookeeper-container
Monitor health checks

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

Configuration

Environment variables
OptionDescriptionDefault
TZTimezone.UTC
Volumes
OptionDescriptionDefault
-v <path>:/etc/zookeeper/zoo.cfgLocal ZooKeeper configuration file.None
-v <volume>:/var/lib/zookeeper/dataPersist data mounted into the container. The mount point should be consistent with the configuration property dataDir.None
-v <volume>:/var/lib/zookeeper/data-logPersist data mounted inside the container. The mount point should be consistent with the configuration property dataLogDir.None
Ports
OptionDescriptionDefault
-p <port>:2181Expose the container's port 2181 on the host's <port>.None

[Report a bug] [Contribute]

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.

Tag summary

Content type

Image

Digest

sha256:28abc4aa0

Size

171.5 MB

Last updated

about 3 years ago

docker pull ubuntu/zookeeper

This week's pulls

Pulls:

25,221

Last week