dcampos/racadm

By dcampos

Updated about 1 year ago

Integrated Dell Remote Access Controller 9 RACADM CLI docker container image.

Image
Networking
API management
Operating systems
0

10K+

dcampos/racadm repository overview

This is a simple docker container to run RACADM CLI version 11.0.0.0 and interact with Integrated Dell Remote Access Controllers.

How to run it?

To run the racadm cli from this image you will require to pass a few parameters:

  1. The iDRAC/Server host name or IP (replace [IDRAC_HOST_NAME] with the correspondent value).
  2. The iDRAC user name. You can setup an environment variable called IDRAC_USER with the correspondent value or provide the user name directly in the command line.
  3. The iDRAC user password. You can setup an environment variable called IDRAC_PASS with the correspondent value or provide the password directly in the command line.
  4. A racadm command to execute. Pass the help command to display the available options.

docker run --rm -it dcampos/racadm:latest --nocertwarn -r [IDRAC_HOST_NAME] -u "${IDRAC_USER}" -p "${IDRAC_PASS}" help

Dell System Update (Revamped Dell Linux Repository)

This image uses DSU_24.11.11

Please refer to https://linux.dell.com/repo/hardware/ for a list of all the available versions.

Tag summary

Content type

Image

Digest

sha256:738b747e5

Size

223.8 MB

Last updated

about 1 year ago

docker pull dcampos/racadm