Explorar o código

Merge pull request #23770 from sfsmithcha/edit_swarm_concept

clarify swarm concept
Aaron Lehmann %!s(int64=9) %!d(string=hai) anos
pai
achega
2753a5e916
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/swarm/key-concepts.md

+ 1 - 1
docs/swarm/key-concepts.md

@@ -22,7 +22,7 @@ are built using **SwarmKit**. Engines participating in a cluster are
 running in **swarm mode**. You enable swarm mode for the Engine by either
 initializing a swarm or joining an existing swarm.
 
-A **swarm** is a self-organizing cluster of Docker Engines where you deploy
+A **swarm** is a cluster of Docker Engines where you deploy
 [services](#Services-and-tasks). The Docker Engine CLI includes the commands for
 swarm management, such as adding and removing nodes. The CLI also includes the
 commands you need to deploy services to the swarm and manage service