#16 Creating docker-only Dockerfile
This commit is contained in:
parent
0feb72cc90
commit
34db5800d2
9
deploy/docker-only/Dockerfile
Normal file
9
deploy/docker-only/Dockerfile
Normal file
@ -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"]
|
Loading…
Reference in New Issue
Block a user