From b7afd130120cf105e4b1ccce97ab6bb8f52c9f89 Mon Sep 17 00:00:00 2001 From: Trapier Marshall Date: Sun, 11 Dec 2016 01:16:30 -0500 Subject: [PATCH] couple cosmetic corrections to slides --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 8e46081d..c1eb543f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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
(you can have an even number of managers, but there is no point)