Commit afafecc6 authored by Julius Volz's avatar Julius Volz

Merge pull request #69 from sdurrheimer/master

Updated doc for prometheus/prometheus#649 docker image refactoring PR
parents 5d270e61 0db972b4
...@@ -37,7 +37,7 @@ two examples. ...@@ -37,7 +37,7 @@ two examples.
Bind-mount your prometheus.conf from the host by running: 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 prom/prometheus
``` ```
...@@ -60,7 +60,7 @@ Dockerfile like this: ...@@ -60,7 +60,7 @@ Dockerfile like this:
``` ```
FROM prom/prometheus FROM prom/prometheus
ADD prometheus.conf / ADD prometheus.conf /etc/prometheus/
``` ```
Now build and run it: 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