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
..
attach.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
build.md Support for passing build-time variables in build context 2017-06-02 00:07:09 +00:00
cli.md Remove -h flag from completion and daemon reference 2017-06-02 00:07:05 +00:00
commit.md Align 'docker commit' docs with the code 2017-06-02 00:07:01 +00:00
cp.md Typo in cp.md 2017-06-02 00:07:08 +00:00
create.md Add support for memory reservation 2017-06-02 00:07:10 +00:00
daemon.md Add builtin nodes discovery 2017-06-02 00:07:10 +00:00
diff.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
docker_images.gif retooling for hugo 2017-06-02 00:06:58 +00:00
events.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
exec.md Updated test to check for `exec --privileged` side-effects 2017-06-02 00:07:05 +00:00
export.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
history.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
images.md Update filtering chapters on ps/images references 2017-06-02 00:07:07 +00:00
import.md adding message option to the import subcommand 2017-06-02 00:07:07 +00:00
info.md Format output of docker info 2017-06-02 00:07:10 +00:00
inspect.md Flag Addition: --type flag added for docker inspect command 2017-06-02 00:06:59 +00:00
kill.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
load.md Document that load supports compressed tarballs. 2017-06-02 00:07:03 +00:00
login.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
logout.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
logs.md Touch up 'docker logs' documentation. 2017-06-02 00:07:10 +00:00
pause.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
port.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
ps.md Add missing ps placeholder to the docs. 2017-06-02 00:07:08 +00:00
pull.md Rename to flags and environment variables to content trust 2017-06-02 00:07:03 +00:00
push.md Rename to flags and environment variables to content trust 2017-06-02 00:07:03 +00:00
rename.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
restart.md docker restarts running OR stopped containers, docs edit rm "running" 2017-06-02 00:07:09 +00:00
rm.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
rmi.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
run.md Add support for memory reservation 2017-06-02 00:07:10 +00:00
save.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
search.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
start.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
stats.md Docker stats: display Block IO stats 2017-06-02 00:07:04 +00:00
stop.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
tag.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
top.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
unpause.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00
version.md Add missing '[OPTIONS]' arg to documentation for 'docker version'. 2017-06-02 00:07:09 +00:00
volume_create.md Fix minor typo in docs 2017-06-02 00:07:08 +00:00
volume_inspect.md update docker volume man pages 2017-06-02 00:07:08 +00:00
volume_ls.md Add volume API/CLI 2017-06-02 00:07:07 +00:00
volume_rm.md Fix usage for `docker volume inspect` and `docker volume rm` 2017-06-02 00:07:08 +00:00
wait.md Splitting out the cli command into parts. 2017-06-02 00:06:59 +00:00