mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Clarify endpoint definition in documentation.
Signed-off-by: Sebastian Radloff <sradloff23@gmail.com>
This commit is contained in:
parent
e24adf94a1
commit
95f6336157
1 changed files with 1 additions and 1 deletions
|
@ -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 and *one* Sandbox.
|
||||
An Endpoint can belong to only one network and it can belong to only one Sandbox, if connected.
|
||||
|
||||
**Network**
|
||||
|
||||
|
|
Loading…
Reference in a new issue