We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567d867 commit 67b5deaCopy full SHA for 67b5dea
kafka/Dockerfile
@@ -29,7 +29,10 @@ RUN set -ex; \
29
sed -i 's|base_dir=$(dirname $0)|base_dir=/opt/kafka/bin|' /usr/local/bin/*; \
30
\
31
mv -v ./config /etc/kafka; \
32
- ln -sv /etc/kafka ./config;
+ ln -sv /etc/kafka ./config; \
33
+ \
34
+ grep 'Dlog4j.configuration' /usr/local/bin/* /opt/kafka/bin/kafka-run-class.sh;
35
+
36
37
COPY docker-help.sh /usr/local/bin/docker-help
38
ENTRYPOINT ["docker-help"]
0 commit comments