collection.dockerfile/debian/etcd/Dockerfile

4 lines
195 B
Docker
Raw Normal View History

2022-02-23 16:40:11 +08:00
FROM debian
RUN apt -y update && apt -y install etcd
ENTRYPOINT ["/usr/bin/etcd","--name","tfstate","--listen-client-urls","http://0.0.0.0:2379", "--advertise-client-urls","http://0.0.0.0:2379"]