Skip to content

Commit 1e4d6e2

Browse files
committed
Add entrypoint and copy kernel monitor config into docker image
1 parent 29ff791 commit 1e4d6e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@
1515
FROM alpine:3.1
1616
MAINTAINER Random Liu <[email protected]>
1717
ADD node-problem-detector /node-problem-detector
18+
ADD config /config
19+
ENTRYPOINT ["/node-problem-detector", "--kernel-monitor=/config/kernel-monitor.json"]

0 commit comments

Comments
 (0)