mirror of https://github.com/docker/docs.git
nodes.md grammar correction (#2802)
This commit is contained in:
parent
9a9ebdbc52
commit
afd9137079
|
@ -53,7 +53,7 @@ manager nodes.
|
||||||
|
|
||||||
Worker nodes are also instances of Docker Engine whose sole purpose is to
|
Worker nodes are also instances of Docker Engine whose sole purpose is to
|
||||||
execute containers. Worker nodes don't participate in the Raft distributed
|
execute containers. Worker nodes don't participate in the Raft distributed
|
||||||
state, make in scheduling decisions, or serve the swarm mode HTTP API.
|
state, make scheduling decisions, or serve the swarm mode HTTP API.
|
||||||
|
|
||||||
You can create a swarm of one manager node, but you cannot have a worker node
|
You can create a swarm of one manager node, but you cannot have a worker node
|
||||||
without at least one manager node. By default, all managers are also workers.
|
without at least one manager node. By default, all managers are also workers.
|
||||||
|
|
Loading…
Reference in New Issue