Merge pull request #20675 from minsungoh/patch-1

remove typo in reference guide
This commit is contained in:
Sebastiaan van Stijn 2024-08-21 17:27:12 +02:00 committed by GitHub
commit ba472d8893
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ including nodes, services, tasks, and load balancing.
A node is an instance of the Docker engine participating in the swarm. You can also think of this as a Docker node. You can run one or more nodes on a single physical computer or cloud server, but production swarm deployments typically include Docker nodes distributed across multiple physical and cloud machines.
To deploy your application to a swarm, you submit a service definition to a
manager node*. The manager node dispatches units of work called
manager node. The manager node dispatches units of work called
[tasks](#services-and-tasks) to worker nodes.
Manager nodes also perform the orchestration and cluster management functions