You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
231 B
12 lines
231 B
FROM bde2020/hadoop-base:2.0.0-hadoop3.2.1-java8
|
|
|
|
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
|
|
|
|
EXPOSE 8088
|
|
|
|
CMD ["/run.sh"]
|
|
|