Revision 998f8bf291a46cd47cc8f4da12727b7684f08a54 authored by Anthony Romano on 06 January 2017, 19:52:26 UTC, committed by GitHub on 06 January 2017, 19:52:26 UTC
expect: EXPECT_DEBUG environment variable
2 parent s af5b819 + cf382db
Raw File
Dockerfile
FROM golang
ADD . /go/src/github.com/coreos/etcd
ADD cmd/vendor /go/src/github.com/coreos/etcd/vendor
RUN go install github.com/coreos/etcd
EXPOSE 2379 2380
ENTRYPOINT ["etcd"]
back to top