We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3cc93 commit ad5d02aCopy full SHA for ad5d02a
content/manuals/engine/swarm/ingress.md
@@ -16,6 +16,7 @@ ports open between the swarm nodes before you enable Swarm mode:
16
17
* Port `7946` TCP/UDP for container network discovery.
18
* Port `4789` UDP (configurable) for the container ingress network.
19
+ * If your node run as VM on VMWare esxi, change this port like that 'docker swarm init --data-path-port=7789' for example.
20
21
When setting up networking in a Swarm, special care should be taken. Consult
22
the [tutorial](swarm-tutorial/_index.md#open-protocols-and-ports-between-the-hosts)
0 commit comments