FROM alpine LABEL maintainer="X.Minamoto" ENV DEBIAN_FRONTEND=noninteractive LANG=C.UTF-8
COPY buildfiles /opt/
ENTRYPOINT /opt/etcd/etcd --data-dir /opt/etcd/default.etcd --cert-file=/opt/ca/localhost.pem --key-file=/opt/ca/localhost-key.pem --advertise-client-urls=https://0.0.0.0:2378,http://0.0.0.0:2379 --listen-client-urls=https://0.0.0.0:2378,http://0.0.0.0:2379
docker run -d -p2378-2379:2378-2379 xyzj/etcd:latest
Content type
Image
Digest
sha256:c21dea3f0…
Size
30.5 MB
Last updated
about 4 years ago
docker pull xyzj/etcd:3.5.4