VedarthConfluent commented on code in PR #14938: URL: https://github.com/apache/kafka/pull/14938#discussion_r1420442398
########## docker/examples/README.md: ########## @@ -0,0 +1,31 @@ +Kafka Docker Image Examples +--------------------------- + +- This directory contains docker compose files for some example configs to run docker image. + +- Run the commands from root of the repository. + +- To bring up the docker compose examples, use docker compose command. + +For example:- +``` +# This command brings up JVM cluster +$ docker compose -f docker/examples/jvm/cluster/docker-compose.yml up Review Comment: This is done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org