Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose commonly used ports in the etcd image #25197

Merged
merged 2 commits into from
May 13, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions cluster/images/etcd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/