From 0b4f7d849f093b5c30c5dbab6818d24d730342d6 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 30 Mar 2016 15:59:16 -0700 Subject: [PATCH] README: add a list of CNI users --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 04934cb7..5b1bfba3 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,13 @@ We believe that every container runtime will seek to solve the same problem of m In order to avoid duplication, we think it is prudent to define a common interface between the network plugins and container execution. Hence we are proposing this specification, along with an initial set of plugins that can be used by different container runtime systems. +## Who is using CNI? + +- [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) + ## How do I use CNI? ## Requirements