added healthchecks based on http requests to WebGUI

This commit is contained in:
Ivan Ermilov
2016-08-15 11:51:38 +02:00
parent 23e947efff
commit 4707efa412
7 changed files with 81 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
FROM bde2020/hadoop-base:1.0.0
MAINTAINER Ivan Ermilov <ivan.s.ermilov@gmail.com>
HEALTHCHECK CMD curl -f http://localhost:8088/ || exit 1
ADD run.sh /run.sh
RUN chmod a+x /run.sh