update README.md & ROADMAP.md

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2014-12-31 00:16:54 +00:00
parent a94a104932
commit cf42030741
2 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@ Docker Swarm Roadmap
* [ ] Discovery backends * [ ] Discovery backends
* [x] etcd * [x] etcd
* [ ] zookeeper * [ ] zookeeper
* [ ] consul * [x] consul
* [x] hub * [x] hub
* [x] file * [x] file

View File

@ -87,7 +87,7 @@ http://<node_ip:2375>
$ swarm join --discovery consul://<consul_addr>/<path> --addr=<node_ip:2375> $ swarm join --discovery consul://<consul_addr>/<path> --addr=<node_ip:2375>
# start the manager on any machine or your laptop # start the manager on any machine or your laptop
$ swarm manage --discovery consul://<consul_addr>/<path> --addr=<swarm_ip:swarm_port> $ swarm manage --discovery consul://<consul_addr>/<path> -H=<swarm_ip:swarm_port>
# use the regular docker cli # use the regular docker cli
$ docker -H <swarm_ip:swarm_port> info $ docker -H <swarm_ip:swarm_port> info