From cf42030741a273c7aa2dd8a700bb17ebd97eb3ea Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Wed, 31 Dec 2014 00:16:54 +0000 Subject: [PATCH] update README.md & ROADMAP.md Signed-off-by: Victor Vieux --- ROADMAP.md | 2 +- discovery/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 4627c6434a..b98bf16643 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -24,6 +24,6 @@ Docker Swarm Roadmap * [ ] Discovery backends * [x] etcd * [ ] zookeeper - * [ ] consul + * [x] consul * [x] hub * [x] file diff --git a/discovery/README.md b/discovery/README.md index 235523adee..5ed6656770 100644 --- a/discovery/README.md +++ b/discovery/README.md @@ -87,7 +87,7 @@ http:// $ swarm join --discovery consul:/// --addr= # start the manager on any machine or your laptop -$ swarm manage --discovery consul:/// --addr= +$ swarm manage --discovery consul:/// -H= # use the regular docker cli $ docker -H info