Commit f4c9624c authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

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

Expose commonly used ports in the etcd image
parents e9aecf6b 9e4bc8ce
...@@ -15,5 +15,5 @@ ...@@ -15,5 +15,5 @@
FROM BASEIMAGE FROM BASEIMAGE
MAINTAINER Dawn Chen <dawnchen@google.com> MAINTAINER Dawn Chen <dawnchen@google.com>
COPY etcd /usr/local/bin/ EXPOSE 2379 2380 4001 7001
COPY etcdctl /usr/local/bin/ COPY etcd etcdctl /usr/local/bin/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment