Skip to content

Execute Dell's racadm on an unsupported system by wrapping it in a Docker shim

License

Notifications You must be signed in to change notification settings

brandt/docker-racadm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

racadm-docker

Allows you to execute racadm from an unsupported system by wrapping it in Docker.

Installing

If using docker-machine, make sure it's already sourced into your environment: eval $(docker-machine env)

git clone https://github.com/brandt/racadm-docker.git
cd racadm-docker
make install

A shell script called racadm will be installed into your ~/bin.

Usage

Note: Make sure ~/bin is in your $PATH.

Use just like you would racadm.

Sharing Files

A shared directory is automatically mounted in case you need to exchange files with the container:

Container: /shared Host: ~/.local/share/racadm-docker

Warning

I just whipped this up and haven't had a chance to use it much yet.

Author

About

Execute Dell's racadm on an unsupported system by wrapping it in a Docker shim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published