Skip to content

Commit

Permalink
How does a caller know how to override log4j.properties?
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Jul 26, 2017
1 parent 567d867 commit 67b5dea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kafka/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ RUN set -ex; \
sed -i 's|base_dir=$(dirname $0)|base_dir=/opt/kafka/bin|' /usr/local/bin/*; \
\
mv -v ./config /etc/kafka; \
ln -sv /etc/kafka ./config;
ln -sv /etc/kafka ./config; \
\
grep 'Dlog4j.configuration' /usr/local/bin/* /opt/kafka/bin/kafka-run-class.sh;


COPY docker-help.sh /usr/local/bin/docker-help
ENTRYPOINT ["docker-help"]

0 comments on commit 67b5dea

Please sign in to comment.