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

@ -8,3 +8,4 @@ ADD cadvisor /usr/bin/cadvisor
EXPOSE 8080
ENTRYPOINT ["/usr/bin/cadvisor"]
CMD ["-log_dir", "/"]