mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-17 20:09:43 +00:00
Merge pull request #63 from trapier/slides_cosmetic_edits
couple of cosmetic edits to slides
This commit is contained in:
@@ -980,7 +980,7 @@ You can refer to the [NOMENCLATURE](https://github.com/docker/swarmkit/blob/mast
|
||||
|
||||
- `docker swarm` (enable Swarm mode; join a Swarm; adjust cluster parameters)
|
||||
|
||||
- `docker node` (view nodes; promote/demote managers; manage nmodes)
|
||||
- `docker node` (view nodes; promote/demote managers; manage nodes)
|
||||
|
||||
- `docker service` (create and manage services)
|
||||
|
||||
@@ -1549,7 +1549,7 @@ As we saw earlier, you can only control the Swarm through a manager node.
|
||||
|
||||
---
|
||||
|
||||
## How many managers to we need?
|
||||
## How many managers do we need?
|
||||
|
||||
- 2N+1 nodes can (and will) tolerate N failures
|
||||
<br/>(you can have an even number of managers, but there is no point)
|
||||
|
||||
Reference in New Issue
Block a user