rkettelerij / cp-docker-images

Docker images for Confluent Platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Images for Confluent Plaform

Docker images for deploying and running the Confluent Platform. The images are currently available on DockerHub. They are currently only available for Confluent Platform 3.0.1 and after.

Full documentation for using the images can be found here.

Deprecation Notice

This is used for building images for version 4.1.x or lower, and should not be used for adding new images.

For any new images, they should be added as part of the project repo using dockerfile-maven-plugin.

Networking and Kafka on Docker

When running Kafka under Docker, you need to pay careful attention to your configuration of hosts and ports to enable components both internal and external to the docker network to communicate. You can see more details in this article.

Known issues on Mac/Windows

For more details on known issues when running these images on Mac/Windows, you can refer to the following links:

Building

Use make to perform various builds and tests

Docker Utils

See Docker Utils

Contribute

Start by reading our guidelines on contributing to this project found here.

License

The project is licensed under the Apache 2 license. For more information on the licenses for each of the individual Confluent Platform components packaged in the images, please refer to the respective Confluent Platform documentation for each component.

About

Docker images for Confluent Platform.

License:Apache License 2.0


Languages

Language:Python 92.2%Language:Makefile 4.1%Language:Shell 3.2%Language:Dockerfile 0.5%