From 424a8b38cf214df721839006a0bbec71174aeab7 Mon Sep 17 00:00:00 2001 From: Gabe Rosenhouse Date: Fri, 22 Jul 2016 13:14:00 -0700 Subject: [PATCH] README: distinguish between runtimes and plugins Adds a link to the 3rd party SR-IOV plugin. --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 50d6aa7d..e13c8157 100644 --- a/README.md +++ b/README.md @@ -22,16 +22,22 @@ We believe that many container runtimes and orchestrators will seek to solve the To avoid duplication, we think it is prudent to define a common interface between the network plugins and container execution: hence we put forward this specification, along with libraries for Go and a set of plugins. ## Who is using CNI? - +### Container runtimes - [rkt - container engine](https://coreos.com/blog/rkt-cni-networking.html) - [Kurma - container runtime](http://kurma.io/) - [Kubernetes - a system to simplify container operations](http://kubernetes.io/docs/admin/network-plugins/) - [Cloud Foundry - a platform for cloud applications](https://github.com/cloudfoundry-incubator/guardian-cni-adapter) -- [Weave - a multi-host Docker network](https://github.com/weaveworks/weave) -- [Project Calico - a layer 3 virtual network](https://github.com/projectcalico/calico-cni) -- [Contiv Networking - policy networking for various use cases](https://github.com/contiv/netplugin) - [Mesos - a distributed systems kernel](https://github.com/apache/mesos/blob/master/docs/cni.md) +### 3rd Party Network plugins +- [Project Calico - a layer 3 virtual network](https://github.com/projectcalico/calico-cni) +- [Weave - a multi-host Docker network](https://github.com/weaveworks/weave) +- [Contiv Networking - policy networking for various use cases](https://github.com/contiv/netplugin) +- [SR-IOV](https://github.com/hustcat/sriov-cni) + +The CNI team also maintains some [core plugins](plugins). + + ## Contributing to CNI We welcome contributions, including [bug reports](https://github.com/containernetworking/cni/issues), and code and documentation improvements.