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.
We recommend not using these images with Docker for Mac at this time. There are a couple of reasons for this: first, Docker for Mac does not add hostname to /etc/hosts
. Kafka needs the hostname to be resolveable. Furthermore, the semantics for --net=host
are not clear, so you are likely to encounter issues if using host networking on Docker for Mac. For more details on these known issues, you can refer to the following links:
- Hostname Issue
- Host networking on Docker for Mac: link 1, link 2, link 3
Start by reading our guidelines on contributing to this project found here.
- Source Code: https://github.com/confluentinc/cp-docker-images
- Issue Tracker: https://github.com/confluentinc/cp-docker-images/issues
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.