Add log-counter to dockerfile

This commit is contained in:
Chotiwat Chawannakul
2018-12-26 16:55:43 -08:00
committed by GitHub
parent b02e1a398b
commit b20bb0c829
+1
View File
@@ -21,5 +21,6 @@ RUN clean-install libsystemd0 bash
RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true
ADD ./bin/node-problem-detector /node-problem-detector
ADD ./bin/log-counter /home/kubernetes/bin/log-counter
ADD config /config
ENTRYPOINT ["/node-problem-detector", "--system-log-monitors=/config/kernel-monitor.json"]