remove unused asterisk

This commit is contained in:
minsungoh 2024-08-21 14:53:46 +09:00 committed by GitHub
parent 8a340b4e3d
commit 9b91e719e9
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