cadvisor/deploy/Dockerfile
2014-10-01 00:28:01 +00:00

9 lines
212 B
Docker

FROM progrium/busybox
MAINTAINER dengnan@google.com vmarmol@google.com vishnuk@google.com
# Grab cadvisor from the staging directory.
ADD cadvisor /usr/bin/cadvisor
EXPOSE 8080
ENTRYPOINT ["/usr/bin/cadvisor"]