1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:15 +02:00
dockerfiles/etcd-arm/Dockerfile

9 lines
103 B
Docker
Raw Permalink Normal View History

2015-09-29 17:40:35 +02:00
#
# Dockerfile for etcd-arm
#
FROM scratch
2015-10-01 12:28:28 +02:00
ADD etcd /
2015-09-29 17:40:35 +02:00
EXPOSE 2379 2380 4001 7001
2015-10-01 12:28:28 +02:00
ENTRYPOINT ["/etcd"]