mirror of https://github.com/docker/docs.git
Fix #327
This commit is contained in:
parent
10b907190f
commit
0adcc138e0
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
description: Plan for Swarm in production
|
||||
keywords:
|
||||
- docker, swarm, scale, voting, application, plan
|
||||
menu:
|
||||
main:
|
||||
parent: workw_swarm
|
||||
weight: -45
|
||||
title: Plan for Swarm in production
|
||||
---
|
||||
|
||||
---
|
||||
description: Plan for Swarm in production
|
||||
keywords:
|
||||
- docker, swarm, scale, voting, application, plan
|
||||
menu:
|
||||
main:
|
||||
parent: workw_swarm
|
||||
weight: -45
|
||||
title: Plan for Swarm in production
|
||||
---
|
||||
|
||||
# Plan for Swarm in production
|
||||
|
||||
This article provides guidance to help you plan, deploy, and manage Docker
|
||||
|
@ -75,7 +75,7 @@ configure your firewalls and other network access control lists.
|
|||
- **Custom, cross-host container networks**:
|
||||
- **Inbound 7946/tcp** Allows for discovering other container networks.
|
||||
- **Inbound 7946/udp** Allows for discovering other container networks.
|
||||
- **Inbound <store-port>/tcp** Network key-value store service port.
|
||||
- **Inbound `<store-port>`/tcp** Network key-value store service port.
|
||||
- **4789/udp** For the container overlay network.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue