This commit is contained in:
John Mulhausen 2016-10-24 18:42:18 -07:00 committed by GitHub
parent 10b907190f
commit 0adcc138e0
1 changed files with 12 additions and 12 deletions

View File

@ -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.