aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJulius Volz <julius.volz@gmail.com>2015-05-28 21:21:44 +0200
committerJulius Volz <julius.volz@gmail.com>2015-05-28 21:34:02 +0200
commite65bc868fcb1a7b59b0981f1b6827429ce4c3f6c (patch)
tree43c647d4513d97cb84496036c41e8d29ed44702f /Dockerfile
parent9f046cd88e5804cafee9c898247272c074a08273 (diff)
downloadprometheus_node_collector-e65bc868fcb1a7b59b0981f1b6827429ce4c3f6c.tar.bz2
prometheus_node_collector-e65bc868fcb1a7b59b0981f1b6827429ce4c3f6c.tar.xz
prometheus_node_collector-e65bc868fcb1a7b59b0981f1b6827429ce4c3f6c.zip
Switch logging from glog to github.com/prometheus/log.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 7e89cfd..c7dd968 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,5 +2,4 @@ FROM golang:onbuild
2MAINTAINER Prometheus Team <prometheus-developers@googlegroups.com> 2MAINTAINER Prometheus Team <prometheus-developers@googlegroups.com>
3 3
4ENTRYPOINT [ "go-wrapper", "run" ] 4ENTRYPOINT [ "go-wrapper", "run" ]
5CMD [ "-logtostderr" ]
6EXPOSE 9100 5EXPOSE 9100