We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3954aac commit dc5ca84Copy full SHA for dc5ca84
README.md
@@ -1,2 +1,11 @@
1
# etcd-dev-tools
2
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