Revision 271785cd55c5f7e4ec9eda9e61a616a9d04c0bc9 authored by Anthony Romano on 16 May 2017, 19:34:36 UTC, committed by GitHub on 16 May 2017, 19:34:36 UTC
e2e: Stop() lock/elect etcdctl process if Close times out
2 parent s c6219a2 + 8f0d409
Raw File
Dockerfile-release.arm64
FROM aarch64/ubuntu:16.04

ADD etcd /usr/local/bin/
ADD etcdctl /usr/local/bin/
ADD var/etcd /var/etcd
ADD var/lib/etcd /var/lib/etcd

EXPOSE 2379 2380

# Define default command.
CMD ["/usr/local/bin/etcd"]
back to top