mirror of https://github.com/docker/docs.git
parent
1a6874fcb4
commit
7bed320b17
|
@ -28,7 +28,7 @@ A **node** is an instance of the Docker engine participating in the swarm. You c
|
||||||
|
|
||||||
To deploy your application to a swarm, you submit a service definition to a
|
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.
|
[tasks](#services-and-tasks) to worker nodes.
|
||||||
|
|
||||||
Manager nodes also perform the orchestration and cluster management functions
|
Manager nodes also perform the orchestration and cluster management functions
|
||||||
required to maintain the desired state of the swarm. Manager nodes elect a
|
required to maintain the desired state of the swarm. Manager nodes elect a
|
||||||
|
|
Loading…
Reference in New Issue