1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/reference/commandline
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
..
attach.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
build.md Support for passing build-time variables in build context 2015-09-16 03:31:15 -07:00
cli.md Remove -h flag from completion and daemon reference 2015-08-11 07:30:58 -07:00
commit.md Align 'docker commit' docs with the code 2015-07-09 13:17:47 -07:00
cp.md Typo in cp.md 2015-09-07 18:19:54 -07:00
create.md Add support for memory reservation 2015-09-23 14:02:45 +08:00
daemon.md Add builtin nodes discovery 2015-09-25 14:52:09 -07:00
diff.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
docker_images.gif
events.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
exec.md Updated test to check for exec --privileged side-effects 2015-08-13 16:37:20 +10:00
export.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
history.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
images.md Update filtering chapters on ps/images references 2015-08-27 08:47:03 +02:00
import.md adding message option to the import subcommand 2015-08-25 02:55:04 +00:00
info.md Format output of docker info 2015-09-23 14:35:13 +08:00
inspect.md Flag Addition: --type flag added for docker inspect command 2015-07-01 12:14:01 -04:00
kill.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
load.md Document that load supports compressed tarballs. 2015-07-14 15:51:06 -07:00
login.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
logout.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
logs.md Touch up 'docker logs' documentation. 2015-09-21 19:47:33 -07:00
pause.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
port.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
ps.md Add missing ps placeholder to the docs. 2015-09-08 16:12:26 -04:00
pull.md Rename to flags and environment variables to content trust 2015-07-24 16:31:18 -07:00
push.md Rename to flags and environment variables to content trust 2015-07-24 16:31:18 -07:00
rename.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
restart.md docker restarts running OR stopped containers, docs edit rm "running" 2015-09-20 09:16:27 -04:00
rm.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
rmi.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
run.md Add support for memory reservation 2015-09-23 14:02:45 +08:00
save.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
search.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
start.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
stats.md Docker stats: display Block IO stats 2015-07-31 21:26:32 +08:00
stop.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
tag.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
top.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
unpause.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00
version.md Add missing '[OPTIONS]' arg to documentation for 'docker version'. 2015-09-19 08:53:11 -07:00
volume_create.md Fix minor typo in docs 2015-09-07 21:16:47 +02:00
volume_inspect.md update docker volume man pages 2015-09-09 19:16:39 +02:00
volume_ls.md Add volume API/CLI 2015-08-26 13:37:52 -04:00
volume_rm.md Fix usage for docker volume inspect and docker volume rm 2015-09-08 09:14:57 -07:00
wait.md Splitting out the cli command into parts. 2015-06-25 12:02:41 -07:00