Skip to content

Commit

Permalink
Update Dockerfile to work with glog.
Browse files Browse the repository at this point in the history
Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)
  • Loading branch information
vishh committed Aug 12, 2014
1 parent 1cac435 commit 6e66310
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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", "/"]

0 comments on commit 6e66310

Please sign in to comment.