Sign inSign up

anapsix/etcd

By anapsix

Updated over 10 years ago

tiny etcd image based on busybox

Image
2

5.2K

anapsix/etcd repository overview

Repo containing Dockerfile to create a buxybox based ETCD image. Clone of microbox/etcd with upgraded version of ETCD

ETCD Version: 2.0.13

Usage
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

Tag summary

Content type

Image

Digest

sha256:83c1cd7ca

Size

7.5 MB

Last updated

over 10 years ago

docker pull anapsix/etcd