Dockerized iSM, built on top of official CentOS images.
- container has to run in privilged mode.
- container has to run with --net=host so it can access 'idrac' USB interface.
- volume mount
/var/log/so that iSM has access to host OS logs - default command:
/opt/dell/srvadmin/iSM/sbin/dsm_ism_srvmgrd.
- RHEL 7
- CentOS 7 (future)
- Ubuntu Server 14.04 & 16.04 (future)
$ docker run --privileged --net=host -d -P --restart=always \
--name=ism21 jdelaros1/ism21:latest- OS information reported is for the container, not the host.
Please note this image is provided as-is and not supported by Dell in any shape or form.
If you run into any problems or would like to provide feedback, please open an issue here or send a note to the Linux-PoweEdge mailing list.