Update Dockerfile to work with glog.

Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)
This commit is contained in:
Vishnu Kannan 2014-08-12 06:24:55 +00:00
parent 1cac435b86
commit 6e66310385

View File

@ -7,4 +7,5 @@ MAINTAINER dengnan@google.com vmarmol@google.com
ADD cadvisor /usr/bin/cadvisor
EXPOSE 8080
ENTRYPOINT ["/usr/bin/cadvisor"]
ENTRYPOINT ["/usr/bin/cadvisor"]
CMD ["-log_dir", "/"]