Adding entrypoint to cadvisor

This commit is contained in:
Victor Marmol 2014-06-10 17:13:39 +00:00
parent 39b09aaf0e
commit 4ea7f99c0c

View File

@ -12,3 +12,4 @@ ADD http://storage.googleapis.com/cadvisor-bin/cadvisor /usr/bin/cadvisor
RUN chmod +x /usr/bin/lmctfy && chmod +x /usr/bin/cadvisor
EXPOSE 8080
ENTRYPOINT /usr/bin/cadvisor