mirror of https://github.com/docker/docs.git
Fixed typo in swarm-mode.md (#22138)
## Description Fixed typo im content/manuals/engine/swarm/swarm-mode.md. ## Related issues or tickets Issue #22121 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
This commit is contained in:
parent
4693262586
commit
a0cb5a75b6
|
|
@ -36,7 +36,7 @@ as follows:
|
|||
* Creates a swarm named `default`.
|
||||
* Designates the current node as a leader manager node for the swarm.
|
||||
* Names the node with the machine hostname.
|
||||
* Configures the manager to listen on an active network interface on port `2377``.
|
||||
* Configures the manager to listen on an active network interface on port `2377`.
|
||||
* Sets the current node to `Active` availability, meaning it can receive tasks
|
||||
from the scheduler.
|
||||
* Starts an internal distributed data store for Engines participating in the
|
||||
|
|
|
|||
Loading…
Reference in New Issue