# cp-docker-images **Repository Path**: JCTechnology_963178841/cp-docker-images ## Basic Information - **Project Name**: cp-docker-images - **Description**: Docker images for Confluent Platform. - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Docker Images for Confluent Plaform === Docker images for deploying and running the Confluent Platform. The images are currently available on [DockerHub](https://hub.docker.com/u/confluentinc/). They are currently only available for Confluent Platform 3.0.1 and after. Full documentation for using the images can be found [here](https://docs.confluent.io/current/installation/docker/index.html). # 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](https://github.com/spotify/dockerfile-maven). # 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](https://rmoff.net/2018/08/02/kafka-listeners-explained/). # 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: * [Hostname Issue](https://forums.docker.com/t/docker-for-mac-does-not-add-docker-hostname-to-etc-hosts/8620/4) * Host networking on Docker for Mac: [link 1](https://forums.docker.com/t/should-docker-run-net-host-work/14215), [link 2](https://forums.docker.com/t/net-host-does-not-work/17378/7), [link 3](https://forums.docker.com/t/explain-networking-known-limitations-explain-host/15205/4) # Building Use `make` to perform various builds and tests # Docker Utils See [Docker Utils](DOCKER_UTILS.md) # Contribute Start by reading our guidelines on contributing to this project found [here](CONTRIBUTING.md). - Source Code: https://github.com/confluentinc/cp-docker-images - Issue Tracker: https://github.com/confluentinc/cp-docker-images/issues # 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](http://docs.confluent.io/current/platform.html).