Repo containing Dockerfile to create a buxybox based ETCD image.
Clone of microbox/etcd with upgraded version of ETCD
ETCD Version: 2.0.13
docker run --rm -it -p 4001:4001 -p 7001:7001 -v /var/etcd:/data anapsix/etcd:latest --help
Alternatively, you can start a local single node cluster with included script: start_etcd.sh
ETCD_INITIAL_CLUSTER_STATE=new ./start_etcd.sh
Content type
Image
Digest
sha256:83c1cd7ca…
Size
7.5 MB
Last updated
over 10 years ago
docker pull anapsix/etcd