mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
9 lines
103 B
Docker
9 lines
103 B
Docker
#
|
|
# Dockerfile for etcd-arm
|
|
#
|
|
|
|
FROM scratch
|
|
ADD etcd /
|
|
EXPOSE 2379 2380 4001 7001
|
|
ENTRYPOINT ["/etcd"]
|