From b0406fbf995c3d6b29a53645bb3fc9f5536101b2 Mon Sep 17 00:00:00 2001 From: Imad Hsissou Date: Sat, 27 Oct 2018 22:03:39 +0100 Subject: [PATCH 1/2] added Pipework to Docker networking --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18dc954..8bf5ced 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) - [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] - [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) - [Weave][weave] (The Docker network) - Weave creates a virtual network that connects Docker containers deployed across multiple hosts. +- [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] ### Orchestration From 56332c378dff4a574b296e306b1d3dd9e3528cd7 Mon Sep 17 00:00:00 2001 From: Imad Hsissou Date: Sat, 27 Oct 2018 22:08:44 +0100 Subject: [PATCH 2/2] Added Pipework to Docker networking changed alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bf5ced..0339a0d 100644 --- a/README.md +++ b/README.md @@ -200,8 +200,8 @@ _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] - [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) -- [Weave][weave] (The Docker network) - Weave creates a virtual network that connects Docker containers deployed across multiple hosts. - [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. ### Orchestration