From 20e5a0503a9a13167018e5cfd706fdb7d36f2923 Mon Sep 17 00:00:00 2001 From: Zach Date: Mon, 30 Nov 2015 10:21:15 -0800 Subject: [PATCH] Add nice image illustrating CNM Figured it would be nice to include the visual aid for anyone who wants to refer back it. --- libnetwork/docs/design.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libnetwork/docs/design.md b/libnetwork/docs/design.md index 2c2b956455..12e77fdb35 100644 --- a/libnetwork/docs/design.md +++ b/libnetwork/docs/design.md @@ -15,7 +15,9 @@ Libnetwork aims to satisfy that composable need for Networking in Containers. ## 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**