mirror of https://github.com/docker/docs.git
update README.md & ROADMAP.md
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
a94a104932
commit
cf42030741
|
@ -24,6 +24,6 @@ Docker Swarm Roadmap
|
|||
* [ ] Discovery backends
|
||||
* [x] etcd
|
||||
* [ ] zookeeper
|
||||
* [ ] consul
|
||||
* [x] consul
|
||||
* [x] hub
|
||||
* [x] file
|
||||
|
|
|
@ -87,7 +87,7 @@ http://<node_ip:2375>
|
|||
$ swarm join --discovery consul://<consul_addr>/<path> --addr=<node_ip:2375>
|
||||
|
||||
# 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
|
||||
$ docker -H <swarm_ip:swarm_port> info
|
||||
|
|
Loading…
Reference in New Issue