From 793f1fd2bb779f870584f0a4e96349a1eca890ff Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Wed, 27 Feb 2019 10:14:01 +0100 Subject: [PATCH] Added @OpenAtMicrosoft freeflow overlay network --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d8186a..3a02f9a 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) - [Calico-Docker][calico] - Calico is a pure layer 3 virtual network that allows containers over multiple docker-hosts to talk to each other. - [Flannel](https://github.com/coreos/flannel/) - Flannel is a virtual network that gives a subnet to each host for use with container runtimes. By [@coreos][coreos] +- [Freeflow](https://github.com/Microsoft/Freeflow) - High performance container overlay networks on Linux. Enabling RDMA (on both InfiniBand and RoCE) and accelerating TCP to bare metal performance. [@microsoft][https://github.com/Microsoft/] - [netshoot](https://github.com/nicolaka/netshoot) - The netshoot container has a powerful set of networking tools to help troubleshoot Docker networking issues by [@nicolaka](https://github.com/nicolaka) - [Pipework](https://github.com/jpetazzo/pipework) - Software-Defined Networking for Linux Containers, Pipework works with "plain" LXC containers, and with the awesome Docker. By [@jpetazzo][jpetazzo] - [Weave][weave] (The Docker network) - Weave creates a virtual network that connects Docker containers deployed across multiple hosts.