Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10 from daenney/unprivilege
Browse files Browse the repository at this point in the history
README: Use device mount instead of priv mode
  • Loading branch information
SqiSch authored Nov 8, 2016
2 parents ab4ad3d + 4bfd860 commit 85c8d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ IPMI Exporter for prometheus.io, written in Go.

## Docker Usage

docker run --privileged -d --name ipmi_exporter -p 9289:9289 lovoo/ipmi_exporter:latest
docker run --device=/dev/ipmi0 -d --name ipmi_exporter -p 9289:9289 lovoo/ipmi_exporter:latest

## Building

Expand Down

0 comments on commit 85c8d66

Please sign in to comment.