Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo in swarm-mode.md #22138

Merged
merged 1 commit into from
Mar 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update swarm-mode.md
Fixed typo im content/manuals/engine/swarm/swarm-mode.md.
Issue #22121
  • Loading branch information
fbukevin authored Mar 1, 2025
commit cef94104c50b9c16926e22ce8ecb401008dcf8ea
2 changes: 1 addition & 1 deletion content/manuals/engine/swarm/swarm-mode.md
Original file line number Diff line number Diff line change
@@ -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