浏览代码

Merge pull request #24257 from thaJeztah/fix-swarm-networking-docs

remove incorrect L3 recommendation
Sebastiaan van Stijn 9 年之前
父节点
当前提交
8a1249a726
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      docs/swarm/swarm-tutorial/index.md

+ 0 - 3
docs/swarm/swarm-tutorial/index.md

@@ -84,9 +84,6 @@ The tutorial uses `manager1` : `192.168.99.100`.
 * **TCP** and **UDP port 7946** for communication among nodes
 * **TCP** and **UDP port 7946** for communication among nodes
 * **TCP** and **UDP port 4789** for overlay network traffic
 * **TCP** and **UDP port 4789** for overlay network traffic
 
 
->**Tip**: Docker recommends that every node in the cluster be on the same layer
-3 (IP) subnet with all traffic permitted between nodes.
-
 ## What's next?
 ## What's next?
 
 
 After you have set up your environment, you're ready to [create a swarm](create-swarm.md).
 After you have set up your environment, you're ready to [create a swarm](create-swarm.md).