From e24adf94a16febc3f03de226be7033b01a3b7bd9 Mon Sep 17 00:00:00 2001 From: Sebastian Radloff Date: Mon, 17 Apr 2017 10:05:19 -0400 Subject: [PATCH] Change wording for Endpoint description I was reading over the description of the Endpoint and it struck me as a bit odd: `An Endpoint can belong to *only one* network but may only belong to *one* Sandbox.` I just wanted to rephrase it so that it's clear that an Endpoint has a one to one relationship with the Sandbox and a Network. If that is not the case, then I'm sorry for proposing the change. I'm only just starting to take a deeper dive into Docker networking. Signed-off-by: Sebastian Radloff --- libnetwork/docs/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnetwork/docs/design.md b/libnetwork/docs/design.md index b2c821c8db..5cd411dfc4 100644 --- a/libnetwork/docs/design.md +++ b/libnetwork/docs/design.md @@ -30,7 +30,7 @@ A Sandbox may contain *many* endpoints from *multiple* networks. An Endpoint joins a Sandbox to a Network. An implementation of an Endpoint could be a `veth` pair, an Open vSwitch internal port or similar. -An Endpoint can belong to *only one* network but may only belong to *one* Sandbox. +An Endpoint can belong to *only one* network and *one* Sandbox. **Network**