chia7712 commented on code in PR #19994: URL: https://github.com/apache/kafka/pull/19994#discussion_r2156165015
########## docker/examples/README.md: ########## @@ -13,6 +13,27 @@ Kafka server can be started using following ways: - File input - Environment variables +Installation Prepration +------------ + +Note that the `Docker` version **must be >= 20.10.4**. + +The prior Docker versions (e.g., 17.03.x–20.10.3) may cause permission errors when running the Kafka container, as they do not correctly set directory permissions when creating container paths like `/opt/kafka/config`. Review Comment: It should be fine to assume the older versions have such issues, so it is not required to list older versions explicitly -- 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