From a3a72fe07c085d9056ad8e8b5da683145db97da2 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Thu, 12 May 2016 20:41:01 +0200 Subject: [PATCH] add flannel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9be921d..9c889de 100644 --- a/README.md +++ b/README.md @@ -502,6 +502,7 @@ desktop! * [Calico-Docker](https://www.projectcalico.org/getting-started/docker/) - Calico is a pure layer 3 virtual network that allows containers over multiple docker-hosts to talk to each other. * [Wagl](https://github.com/ahmetalpbalkan/wagl) - DNS Service Discovery for Docker Swarm (by [@ahmetalpbalkan][ahmetalpbalkan] ) http://ahmetalpbalkan.github.io/wagl/ * [Weave][weave] (The Docker network) -- Weave creates a virtual network that connects Docker containers deployed across multiple hosts. +* [Flannel](https://github.com/coreos/flannel/) - Flannel is a virtual network that gives a subnet to each host for use with container runtimes. ## Logging