README: add some more details on what CNI is
authorBrandon Philips <brandon.philips@coreos.com>
Mon, 11 Apr 2016 01:22:38 +0000 (18:22 -0700)
committerStefan Junker <mail@stefanjunker.de>
Thu, 19 May 2016 10:06:16 +0000 (12:06 +0200)
We needed a bit more intro material to scope what CNI does. Here is my
attempt.

README.md

index ada5837..58fcc2f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,6 +8,9 @@
 CNI, the _Container Network Interface_, is a proposed standard for configuring network interfaces for Linux application containers.
 The standard consists of a simple specification for how executable plugins can be used to configure network namespaces; this repository also contains a go library implementing that specification.
 
+CNI concerns itself with setting up network connectivity of containers and removing allocated resources when the container is deleted.
+Because of this focus CNI has a wide range of support and the specification is simple to implement.
+
 The specification itself is contained in [SPEC.md](SPEC.md).
 
 ## Why develop CNI?