Docker images for Confluent
latest (latest/Dockerfile): Tracking latest release.3.3.0 (3.3.0/Dockerfile): Build for the 3.3.0 release.For more information about this image and its history, please see the relevant manifest file in the yeasy/docker-confluent GitHub repo.
Docker image with confluent.
The docker image is auto built at https://registry.hub.docker.com/u/yeasy/confluent/.
FROM yeasy/confluent:latest
The restful api will listen on 8082 port.
# Start RESTful API service on port 8082
$ docker run \
--name confluent \
-it \
-d \
-p 8082:8082 \
yeasy/confluent
# Test RESTful APIs
$ docker exec -it confluent bash /tmp/test_restAPI.sh
The image is built based on anapsix/alpine-java image.
Download and install confluent.
Config confluent home ($CONFLUENT_HOME) to /opt/confluent, and add confluent bin to the $PATH.
The workdir is set to $CONFLUENT_HOME.
This image is officially supported on Docker version 1.7.0+.
Support for older versions (down to 1.0) is provided on a best-effort basis.
Be sure to familiarize yourself with the repository's README.md file before attempting a pull request.
If you have any problems with or questions about this image, please contact us through a GitHub issue.
You can also reach many of the official image maintainers via the email.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
Content type
Image
Digest
Size
367 MB
Last updated
almost 9 years ago
docker pull yeasy/confluent