From 77a5bf44f42cef786461271455786b5206751f66 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Thu, 31 Mar 2016 15:06:49 +0200 Subject: [PATCH] README: add Calico and Weave as CNI users --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b1bfba3..1651bed6 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Hence we are proposing this specification, along with an initial set of plugins - [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) ## How do I use CNI?