From 6cf9101c6dfec2e0fc5954fd9e2f5a428aefbb45 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Thu, 6 Nov 2014 11:53:26 +0100 Subject: [PATCH] Adding LogJam --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 713f065..2f57e89 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge * [Useful Images](#useful-images) * [Storing Images](#storing-images) * [Running Containers](#running-containers) + * [Networking](networking) + * [Logging](#logging) * [Service Discovery](#service-discovery) * [Slides](#slides) * [Videos](#videos) @@ -167,7 +169,11 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge ### Networking -* [Weave] (https://github.com/zettio/weave) (The Docker network) -- Weave creates a virtual network that connects Docker containers deployed across multiple hosts. +* [Weave](https://github.com/zettio/weave) (The Docker network) -- Weave creates a virtual network that connects Docker containers deployed across multiple hosts. + +### Logging + +* [LogJam](https://github.com/gocardless/logjam) ### Service Discovery