Use docker volume to store metric data

This commit is contained in:
Tom Prince 2015-03-03 16:34:35 -07:00
parent 0a1678b5f1
commit 6874377e9b

View file

@ -25,5 +25,6 @@ VOLUME [ "/prometheus" ]
WORKDIR /prometheus
ENTRYPOINT [ "/go/src/github.com/prometheus/prometheus/prometheus" ]
CMD [ "-logtostderr", "-config.file=/prometheus.conf", \
"-storage.local.path=/prometheus", \
"-web.console.libraries=/go/src/github.com/prometheus/prometheus/console_libraries", \
"-web.console.templates=/go/src/github.com/prometheus/prometheus/consoles" ]