Chia-Ping Tsai created KAFKA-20039:
--------------------------------------
Summary: Fix Docker mount permission errors on SELinux-enabled
systems
Key: KAFKA-20039
URL: https://issues.apache.org/jira/browse/KAFKA-20039
Project: Kafka
Issue Type: Bug
Reporter: Chia-Ping Tsai
Assignee: Chia-Ping Tsai
When running the Docker command (e.g., via {{{}make serve{}}}) on Linux
distributions with SELinux enabled (such as Fedora, RHEL, or CentOS), the
container fails to write to the mounted volume.
{code:java}
Error: command error: failed to load modules: failed to apply mounts
for project: failed to open dir "/src": "open /src: permission denied" make:
*** [Makefile:39: serve] 錯誤 1 {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)