mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add nice image illustrating CNM
Figured it would be nice to include the visual aid for anyone who wants to refer back it.
This commit is contained in:
parent
6f3c0e34f3
commit
20e5a0503a
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ Libnetwork aims to satisfy that composable need for Networking in Containers.
|
||||||
|
|
||||||
## The Container Network Model
|
## The Container Network Model
|
||||||
|
|
||||||
Libnetwork implements Container Network Model (CNM) which formalizes the steps required to provide networking for containers while providing an abstraction that can be used to support multiple network drivers. The CNM is built on 3 main components.
|
Libnetwork implements Container Network Model (CNM) which formalizes the steps required to provide networking for containers while providing an abstraction that can be used to support multiple network drivers. The CNM is built on 3 main components (shown below)
|
||||||
|
|
||||||
|
![](https://blog.docker.com/media/2015/04/cnm-model.jpg)
|
||||||
|
|
||||||
**Sandbox**
|
**Sandbox**
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue