From aed14d621b97c53df9c27a1c74dda804fb089c27 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Thu, 8 Aug 2019 18:39:42 +0200 Subject: [PATCH 1/2] fix '4c0a16c Update README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c239694..6cdaac8 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,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. By [@Microsoft][https://github.com/Microsoft] +- [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. By [@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. From 3d43a68699d9da3b8d3c1c776cf11d7abfa34909 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Thu, 8 Aug 2019 18:49:11 +0200 Subject: [PATCH 2/2] remove 'docker-fluentd' since it's not available anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TravisCI [#2400]: > Issues :-( > > > Links > 1. [L185] 404 https://github.com/kiyoto/docker-fluentd > > Dupes > None ✓ [#2400] https://travis-ci.org/veggiemonk/awesome-docker/builds/569439029 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6cdaac8..c8de7e0 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,6 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) - [dockprom](https://github.com/stefanprodan/dockprom) - Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager by [@stefanprodan](https://github.com/stefanprodan) - [Docker-Alertd](https://github.com/deltaskelta/docker-alertd) - Monitor and send alerts based on docker container resource usage/statistics - [Docker-Flow-Monitor](https://github.com/docker-flow/docker-flow-monitor) - Reconfigures Prometheus when a new service is updated or deployed automatically by [@vfarcic][vfarcic] -- [Docker-Fluentd](https://github.com/kiyoto/docker-fluentd) - Docker container to Log Other Containers' Logs. One can aggregate the logs of Docker containers running on the same host using Fluentd by [@kiyoto](https://github.com/kiyoto) - [Dockerana](https://github.com/dockerana/dockerana) :skull: - packaged version of Graphite and Grafana, specifically targeted at metrics from Docker. - [DockProc](https://gitlab.com/n0r1sk/dockproc) - I/O monitoring for containers on processlevel. - [Dozzle](https://github.com/amir20/dozzle) - Monitor container logs in real-time with a browser or mobile device. [@amir20](https://github.com/amir20)