Skip to content

Commit

Permalink
Merge pull request google#17 from JasonSwindle/master
Browse files Browse the repository at this point in the history
Deploy folder re-org google#16
  • Loading branch information
vmarmol committed Jun 12, 2014
2 parents d776c6f + 34db580 commit 94c6042
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deploy/docker-only/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM busybox:ubuntu-14.04
MAINTAINER kyurtsever@google.com dengnan@google.com vmarmol@google.com jason@swindle.me

# Get cAdvisor binaries.
ADD http://storage.googleapis.com/cadvisor-bin/cadvisor /usr/bin/cadvisor
RUN chmod +x /usr/bin/cadvisor

EXPOSE 8080
ENTRYPOINT ["/usr/bin/cadvisor"]
File renamed without changes.

0 comments on commit 94c6042

Please sign in to comment.