From 411a8b2f94b0b7c3378f4ed59da324675f3ca833 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Tue, 4 Apr 2017 16:27:15 +0100 Subject: [PATCH] demo: Update etcd README to new InfraKit version Signed-off-by: Rolf Neugebauer --- projects/demo/etcd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/demo/etcd/README.md b/projects/demo/etcd/README.md index 6c297d1cb..a257d607c 100644 --- a/projects/demo/etcd/README.md +++ b/projects/demo/etcd/README.md @@ -26,7 +26,7 @@ moby run etcd This should create a HyperKit based, InfraKit managed `etcd` cluster with 5 `etcd` instances. #### Infrakit setup -You need the [infrakit](https://github.com/docker/infrakit) binaries for this. I normally compile from source using `make build-in-container`. The below was tried with commit `2153cbb0c28d450d271bbcdb9b3765eb486a9ac9` +You need the [infrakit](https://github.com/docker/infrakit) binaries for this. I normally compile from source using `make build-in-container`. The below was tried with commit `cb420e3e50ea60afe58538b1d3cab1cb14059433`. - Make sure you start from scratch ```