Skip to content

Commit dc5ca84

Browse files
committed
Update README.md for spinning an etcd-v2 cluster
1 parent 3954aac commit dc5ca84

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# etcd-dev-tools
22
This repository has tools to make etcd development and debugging easy.
3+
4+
### Spin a etcd v2 cluster
5+
6+
1. Install docker-compose and clone the repo.
7+
2. `cd etcd-dev-tools/etcd-v2`
8+
3. Bring up the cluster by `docker-compose up -d`
9+
4. Access the cluster:
10+
1. Get client shell: `docker exec -it etcd-v2_etcd-client_1 sh`
11+
2. Run etcdctl commands in the container: `etcdctl member list`

0 commit comments

Comments
 (0)