The Docker Swarm documentation states that:
"Some documentation still refers to a primary manager as a “master”, but
that term has been superseded."
This change attempts to remove remaining references to "master" in order
to keep documentation consistent.
Signed-off-by: Peter Wilmott <p@p8952.info>
Syntax Error
From:
The `<filter-type>` is either the `affinity` or the `container` keyword. It
identifies the type filter you intend to use.
To:
The `<filter-type>` is either the `affinity` or the `constraint` keyword. It
identifies the type filter you intend to use.
Signed-off-by: John Day <john@containerx.io>
Struct edit pass thru conceptual material
Updating with comments from Mike
Tweaking menu layout
Updating for Nigel
Updating with local images, formatting fixes
Updating with the comments from review
Signed-off-by: Mary Anthony <mary@docker.com>
Support reloading of docs.
Adjust the titles in docs/scheduler.filter to be more descriptive.
Also moves the meta sections about constraints out from the container affinity section.
Add a note about stopped containers being used by filters to the docs.
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
Updating title and other things
Removing old mkdocs file
Updating with the new sed scripts
Moving from index.md swarm-overview.md
Updating with the correct image
Signed-off-by: Mary Anthony <mary@docker.com>
- Clarifying two types of install
- Splitting out release notes
- Splitting out two install methods
- Adding in comments from review
- Adding release notes
- Updating with abronan's comments
- Updating for vieux
- Updating with comments and pulling bash
Signed-off-by: Mary Anthony <mary@docker.com>
Signed-off-by: Mary Anthony <mary@docker.com>
Removing token per Victor
Signed-off-by: Mary Anthony <mary@docker.com>
Adding in PR comments
Signed-off-by: Mary Anthony <mary@docker.com>