Source repo for Docker's Documentation
Go to file
Adrian Kreher ae9e0f1891 Share swarm advertisement path with engine
The format for node advertisement in swarm and docker engine (for
networking) is the same, and can be shared. Doing so allows us to start
toward removing the swarm-join container, and improves our HA situation
after engine discovery is run. Resolves #670.

Specifically, swarm was previously somewhat HA: if you set up 1
controller, 2 replicas and 1 node, then you could lose the controller
and still remain functional unless the swarm node needed to restart.
This change improves HA by removing the above failure mode as long as
engine discovery has been run and is up to date.

See also docker/swarm#1368 which implemented this flag, and lays out the
future scenario we hope to achieve, and also #1032 which is our goal of
removing swarm join with automatical engine discovery.
2016-11-05 21:47:04 -07:00
images Adds docs on how to upgrade UCP 2016-11-05 21:47:04 -07:00
manage Improves install docs 2016-11-05 21:47:04 -07:00
reference Adds docs for swarm-experimental flag 2016-11-05 21:47:04 -07:00
Dockerfile Checking build and produce placement 2016-11-05 21:47:02 -07:00
Makefile Updates for 0.7.0 Release 2016-11-05 21:47:01 -07:00
deploy-application.md Adding an identifier 2016-11-05 21:47:03 -07:00
dtr-integration.md Update dtr-integration.md 2016-11-05 21:47:04 -07:00
evaluation-install.md Adding an identifier 2016-11-05 21:47:03 -07:00
index.md Adding an identifier 2016-11-05 21:47:03 -07:00
kv_store.md Share swarm advertisement path with engine 2016-11-05 21:47:04 -07:00
ldap-config.md Adds docs on how to upgrade UCP 2016-11-05 21:47:04 -07:00
networking.md Fixes typo in networking docs 2016-11-05 21:47:03 -07:00
overview.md Adding an identifier 2016-11-05 21:47:03 -07:00
plan-production-install.md Fixed all volume references; fixes #961 2016-11-05 21:47:04 -07:00
production-install.md Fixed all volume references; fixes #961 2016-11-05 21:47:04 -07:00
release_notes.md Adds docs for swarm-experimental flag 2016-11-05 21:47:04 -07:00
support.md * Manage and Monitor Users 2016-11-05 21:47:03 -07:00
understand_ha.md Fix HA docs that are misleading 2016-11-05 21:47:03 -07:00
upgrade-ucp.md Adds docs on how to upgrade UCP 2016-11-05 21:47:04 -07:00