From a26852223ecc9bed25ad7e0c6e2a8c0601db8b1e Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 1 Jul 2016 18:13:29 -0700 Subject: [PATCH] remove incorrect L3 recommendation Signed-off-by: Sebastiaan van Stijn --- docs/swarm/swarm-tutorial/index.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/swarm/swarm-tutorial/index.md b/docs/swarm/swarm-tutorial/index.md index c0a6c2e5ce..88081be1ed 100644 --- a/docs/swarm/swarm-tutorial/index.md +++ b/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 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? After you have set up your environment, you're ready to [create a swarm](create-swarm.md).