2017-02-28 22:10:19 +00:00

9 lines
223 B
Docker

FROM armhf/alpine:3.5
ADD https://github.com/alexellis/faas/releases/download/v0.3-alpha/fwatchdog-armhf /usr/bin/fwatchdog
RUN chmod +x /usr/bin/fwatchdog
# Populate example here
# ENV fprocess="wc -l"
CMD ["fwatchdog"]