Fixes #1683. Correct misleading information around ports 4789 & 7946 (#2884)

* Fixes #1683.  Correct misleading information around ports 4789 & 7946

* Fix incorrect TCP references to 4789.
This commit is contained in:
Cory Locklear 2017-04-19 14:46:57 -05:00 committed by Joao Fernandes
parent 92fb800ccd
commit 78df57211c
4 changed files with 7 additions and 7 deletions

View File

@ -32,7 +32,7 @@ When installing UCP on a host, make sure the following ports are open:
| managers | in | TCP 2376 (configurable) | Port for the Docker Swarm manager. Used for backwards compatibility | | managers | in | TCP 2376 (configurable) | Port for the Docker Swarm manager. Used for backwards compatibility |
| managers, workers | in | TCP 2377 (configurable) | Port for communication between swarm nodes | | managers, workers | in | TCP 2377 (configurable) | Port for communication between swarm nodes |
| managers, workers | in, out | UDP 4789 | Port for overlay networking | | managers, workers | in, out | UDP 4789 | Port for overlay networking |
| managers, workers | in, out | TCP, UDP 7946 | Port for overlay networking | | managers, workers | in, out | TCP, UDP 7946 | Port for gossip-based clustering |
| managers, workers | in | TCP 12376 | Port for a TLS proxy that provides access to UCP, Docker Engine, and Docker Swarm | | managers, workers | in | TCP 12376 | Port for a TLS proxy that provides access to UCP, Docker Engine, and Docker Swarm |
| managers | in | TCP 12379 | Port for internal node configuration, cluster configuration, and HA | | managers | in | TCP 12379 | Port for internal node configuration, cluster configuration, and HA |
| managers | in | TCP 12380 | Port for internal node configuration, cluster configuration, and HA | | managers | in | TCP 12380 | Port for internal node configuration, cluster configuration, and HA |

View File

@ -45,8 +45,8 @@ firewall:
* 443 or the '--controller-port' * 443 or the '--controller-port'
* 2376 or the '--swarm-port' * 2376 or the '--swarm-port'
* 12376, 4789, 12379, 12380, 12381, 12382, 12383, 12384, 12385, 12386 * 12376, 12379, 12380, 12381, 12382, 12383, 12384, 12385, 12386
* 4789(udp) and 7946(tcp/udp) for overlay networking * 4789 (udp) and 7946 (tcp/udp) for overlay networking
## Options ## Options

View File

@ -31,8 +31,8 @@ When installing UCP on a host, make sure the following ports are open:
| managers, workers | in | TCP 443 (configurable) | Port for the UCP web UI and API | | managers, workers | in | TCP 443 (configurable) | Port for the UCP web UI and API |
| managers | in | TCP 2376 (configurable) | Port for the Docker Swarm manager. Used for backwards compatibility | | managers | in | TCP 2376 (configurable) | Port for the Docker Swarm manager. Used for backwards compatibility |
| managers, workers | in | TCP 2377 (configurable) | Port for communication between swarm nodes | | managers, workers | in | TCP 2377 (configurable) | Port for communication between swarm nodes |
| managers, workers | in, out | TCP, UDP 4789 | Port for overlay networking | | managers, workers | in, out | UDP 4789 | Port for overlay networking |
| managers, workers | in, out | TCP, UDP 7946 | Port for overlay networking | | managers, workers | in, out | TCP, UDP 7946 | Port for gossip-based clustering |
| managers, workers | in | TCP 12376 | Port for a TLS proxy that provides access to UCP, Docker Engine, and Docker Swarm | | managers, workers | in | TCP 12376 | Port for a TLS proxy that provides access to UCP, Docker Engine, and Docker Swarm |
| managers | in | TCP 12379 | Port for internal node configuration, cluster configuration, and HA | | managers | in | TCP 12379 | Port for internal node configuration, cluster configuration, and HA |
| managers | in | TCP 12380 | Port for internal node configuration, cluster configuration, and HA | | managers | in | TCP 12380 | Port for internal node configuration, cluster configuration, and HA |

View File

@ -27,8 +27,8 @@ firewall:
* 443 or the '--controller-port' * 443 or the '--controller-port'
* 2376 or the '--swarm-port' * 2376 or the '--swarm-port'
* 12376, 4789, 12379, 12380, 12381, 12382, 12383, 12384, 12385, 12386, 12387 * 12376, 12379, 12380, 12381, 12382, 12383, 12384, 12385, 12386, 12387
* 4789(udp) and 7946(tcp/udp) for overlay networking * 4789 (udp) and 7946 (tcp/udp) for overlay networking
## Options ## Options