added healthchecks based on http requests to WebGUI
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user