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

Update ingress.md #22030

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 ingress.md
Add info about port 4789 and vmware compatibility.
  • Loading branch information
CanalWood authored Feb 13, 2025
commit ad5d02ae8a9f2e3dcc1ce799c0c581be0190e238
1 change: 1 addition & 0 deletions content/manuals/engine/swarm/ingress.md
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ ports open between the swarm nodes before you enable Swarm mode:

* Port `7946` TCP/UDP for container network discovery.
* Port `4789` UDP (configurable) for the container ingress network.
* If your node run as VM on VMWare esxi, change this port like that 'docker swarm init --data-path-port=7789' for example.

When setting up networking in a Swarm, special care should be taken. Consult
the [tutorial](swarm-tutorial/_index.md#open-protocols-and-ports-between-the-hosts)