-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config Help? #1
Comments
I'm not the author, but a Dockerfile generally doesn't require any changes by the end user. A Dockerfile is just used to create an image, which is then run by a container. https://docs.docker.com/engine/reference/builder/ |
Well, you're mostly right. However, in the docker-compose you can specify multiple configuration options. |
Hey, I don't know if it is relevant anymore for you, but I have a configuration example for you. If you want to use it in the way he explained, you can use it as following:
These first options are for your iDRAC. First the IP, then your username and the last option is your password. It took me a wile to figure out what options I need. I ended up like this.
I also added a restart Option to the compose file. The last thing I did to get it up and running, I added a line to the Dockerfile: After all this changes, you can start the container using the following commands: build image: docker-compose: |
Hello,
i'd like to read sensor data from my PowerEdge R620 using IPMI.
I stumbled upon your docker-file.
Can you please give a little more explanation about the config in the docker-file?
Thank you!
The text was updated successfully, but these errors were encountered: