Commit 0db972b4 authored by Steve Durrheimer's avatar Steve Durrheimer

Updated installing doc going with the prometheus/prometheus#649 docker image refactoring PR

Signed-off-by: 's avatarSteve Durrheimer <s.durrheimer@gmail.com>
parent 8c85eef3
......@@ -37,7 +37,7 @@ two examples.
Bind-mount your prometheus.conf from the host by running:
```
docker run -p 9090:9090 -v /tmp/prometheus.conf:/prometheus.conf \
docker run -p 9090:9090 -v /tmp/prometheus.conf:/etc/prometheus/prometheus.conf \
prom/prometheus
```
......@@ -60,7 +60,7 @@ Dockerfile like this:
```
FROM prom/prometheus
ADD prometheus.conf /
ADD prometheus.conf /etc/prometheus/
```
Now build and run it:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment