Revision 2f1467cb2778895a3fee694e5fd793ee92cd1e12 authored by Anthony Romano on 19 May 2017, 18:20:55 UTC, committed by Anthony Romano on 19 May 2017, 20:53:46 UTC
1 parent bd680c3
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