Integrated Dell Remote Access Controller 9 RACADM CLI docker container image.
10K+
This is a simple docker container to run RACADM CLI version 11.0.0.0 and interact with Integrated Dell Remote Access Controllers.
To run the racadm cli from this image you will require to pass a few parameters:
[IDRAC_HOST_NAME] with the correspondent value).IDRAC_USER with the correspondent value or provide the user name directly in the command line.IDRAC_PASS with the correspondent value or provide the password directly in the command line.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
This image uses DSU_24.11.11
Please refer to https://linux.dell.com/repo/hardware/ for a list of all the available versions.
Content type
Image
Digest
sha256:738b747e5…
Size
223.8 MB
Last updated
about 1 year ago
docker pull dcampos/racadm