Local iDRAC management

This commit is contained in:
tigerblue77 2022-04-11 19:01:44 +02:00
parent 885e899222
commit 82d94b6733
3 changed files with 25 additions and 10 deletions

View file

@ -21,8 +21,9 @@ RUN chmod 0777 /startup.sh
RUN /usr/bin/crontab /etc/cron.d/fan-control
# you should override these when running. See README.md
ENV IDRAC_HOST 192.168.1.100
ENV IDRAC_USER root
ENV IDRAC_PW calvin
#ENV IDRAC_HOST 192.168.1.100
ENV IDRAC_HOST local
#ENV IDRAC_USER root
#ENV IDRAC_PW calvin
ENV FANSPEED 0x05
CMD /startup.sh && cron && tail -f /var/log/cron.log
CMD /startup.sh && cron && tail -f /var/log/cron.log