Skip to content

Commit

Permalink
Add missing words and update markdown syntax (prometheus#1095)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Banchich <andrewbanchich@gmail.com>
  • Loading branch information
andrewbanchich authored and SuperQ committed Oct 3, 2018
1 parent 9f820bd commit 5da107b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ To see all available configuration flags:


## Using Docker
The node\_exporter is designed to monitor the host system. It's not recommended
to deploy it as Docker container because it requires access to the host system.
Be aware that any non-root mount points you want to monitor will need bind-mounted
The `node_exporter` is designed to monitor the host system. It's not recommended
to deploy it as a Docker container because it requires access to the host system.
Be aware that any non-root mount points you want to monitor will need to be bind-mounted
into the container.

```bash
Expand All @@ -157,7 +157,7 @@ On some systems, the `timex` collector requires an additional Docker flag,

## Using a third-party repository for RHEL/CentOS/Fedora

There is a [community-supplied COPR repository](https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/). It closely follows upstream releases.
There is a [community-supplied COPR repository](https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/) which closely follows upstream releases.

[travis]: https://travis-ci.org/prometheus/node_exporter
[hub]: https://hub.docker.com/r/prom/node-exporter/
Expand Down

0 comments on commit 5da107b

Please sign in to comment.