Merge pull request #25197 from oszi/expose-etcd-ports

Expose commonly used ports in the etcd image
This commit is contained in:
Jeff Lowdermilk 2016-05-13 10:08:33 -07:00
commit f4c9624c1a

View File

@ -15,5 +15,5 @@
FROM BASEIMAGE
MAINTAINER Dawn Chen <dawnchen@google.com>
COPY etcd /usr/local/bin/
COPY etcdctl /usr/local/bin/
EXPOSE 2379 2380 4001 7001
COPY etcd etcdctl /usr/local/bin/