mirror of https://github.com/docker/docs.git
* Fixes #1683. Correct misleading information around ports 4789 & 7946 * Fix incorrect TCP references to 4789.
This commit is contained in:
parent
92fb800ccd
commit
78df57211c
|
@ -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 |
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 |
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue