Local iDRAC management
This commit is contained in:
parent
885e899222
commit
82d94b6733
3 changed files with 25 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue