1
0
mirror of https://github.com/docker/cli.git synced 2025-07-07 06:41:09 +03:00
Files
cli/docs/reference/commandline
Arnaud Porterie f95e9f7c72 Add builtin nodes discovery
Use `pkg/discovery` to provide nodes discovery between daemon instances.

The functionality is driven by two different command-line flags: the
experimental `--cluster-store` (previously `--kv-store`) and
`--cluster-advertise`. It can be used in two ways by interested
components:

1. Externally by calling the `/info` API and examining the cluster store
   field. The `pkg/discovery` package can then be used to hit the same
   endpoint and watch for appearing or disappearing nodes. That is the
   method that will for example be used by Swarm.
2. Internally by using the `Daemon.discoveryWatcher` instance. That is
   the method that will for example be used by libnetwork.

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
2017-06-02 00:07:10 +00:00
..
2017-06-02 00:07:08 +00:00
2017-06-02 00:07:10 +00:00
2017-06-02 00:07:10 +00:00
2017-06-02 00:06:58 +00:00
2017-06-02 00:07:10 +00:00
2017-06-02 00:07:10 +00:00
2017-06-02 00:07:08 +00:00
2017-06-02 00:07:10 +00:00
2017-06-02 00:07:04 +00:00
2017-06-02 00:07:08 +00:00
2017-06-02 00:07:07 +00:00