1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/hack
Arnaud Porterie 7d193ef1f3 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>
2015-09-25 14:52:09 -07:00
..
make Merge pull request #15916 from mikedougherty/release-flexibility 2015-09-25 11:26:18 -07:00
.vendor-helpers.sh Add builtin nodes discovery 2015-09-25 14:52:09 -07:00
dind Update dind "/tmp" mounting to be optional 2015-08-21 15:47:50 -07:00
generate-authors.sh Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
install.sh fix oracle linux install 2015-08-11 16:33:14 -07:00
make.sh Add log reading to the journald log driver 2015-09-11 16:50:03 -04:00
release.sh Merge pull request #15916 from mikedougherty/release-flexibility 2015-09-25 11:26:18 -07:00
vendor.sh Add builtin nodes discovery 2015-09-25 14:52:09 -07:00