KevinZTW commented on code in PR #15600: URL: https://github.com/apache/kafka/pull/15600#discussion_r1539402356
########## README.md: ########## @@ -285,6 +285,16 @@ See [tests/README.md](tests/README.md). See [vagrant/README.md](vagrant/README.md). +### Running in Docker ### +You could use the official docker image to run Kafka in Docker. It is available at [Docker Hub](https://hub.docker.com/r/apache/kafka). + +For example, to start a single-node Kafka, you can run the following command: + + docker compose -f docker/examples/jvm/single-node/plaintext/docker-compose.yml up + + Review Comment: thanks! -- 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