Skip to content

deepakdeore2004/docker-etcd-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Create 3 nodes etcd cluster in docker container

This config will create docker 3 containers for development/ testing, this is not for production purpose.

Ceate and run the cluster:

$ ./run.sh

Etcd will be available on 23790, 23791 and 23792 ports on host.

Delete the cluster, it will not save any data:

$ docker rm -f etcd-node-{0,1,2}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages