ipmi_exporter
ipmi_exporter copied to clipboard
Docker image with sudo/sudoers included
It looks like the default images on dockerhub and similar (https://hub.docker.com/r/prometheuscommunity/ipmi-exporter) do not have sudoers installed. Rather than fork and build, is it possible to get whatever process is populating these to also build a version with sudo installed (as well as a prepopulated sudoers)?
Why do you need sudo in the Docker image? Are you using the Docker image to scrape the host's local IPMI interface?
Yes, exactly.