Sign inSign up

xyzj/etcd

By xyzj

Updated about 4 years ago

etcd 3.5.0 with ssl support

Image
0

131

xyzj/etcd repository overview

Dockerfile

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

Useage

docker run -d -p2378-2379:2378-2379 xyzj/etcd:latest

Tag summary

Content type

Image

Digest

sha256:c21dea3f0

Size

30.5 MB

Last updated

about 4 years ago

docker pull xyzj/etcd:3.5.4