Browse code

Adds cnm directly to repo

zachgersh authored on 2015/12/02 11:51:49
Showing 2 changed files
1 1
new file mode 100644
2 2
Binary files /dev/null and b/libnetwork/docs/cnm-model.jpg differ
... ...
@@ -17,7 +17,7 @@ Libnetwork aims to satisfy that composable need for Networking in Containers.
17 17
 
18 18
 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)
19 19
 
20
-![](https://blog.docker.com/media/2015/04/cnm-model.jpg)
20
+![](../blob/master/docs/cnm-model.jpg?raw=true)
21 21
 
22 22
 **Sandbox**
23 23