From 77ac9db0bf13bc7a8a2ea9498a7c8dcab2f39ef2 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Mon, 20 Apr 2015 08:49:46 +0200 Subject: [PATCH] add loggin: logspout --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41fdc5f..d049295 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ Securely store your Docker images. ## Logging * [LogJam](https://github.com/gocardless/logjam) (Logjam is a log forwarder designed to listen on a local port, receive log entries over UDP, and forward these messages on to a log collecton server (such as logstash).) * [Docker-Fluentd](https://registry.hub.docker.com/u/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. +* [Logspout](https://github.com/gliderlabs/logspout) (Log routing for Docker container logs) by [@gliderlabs](https://github.com/gliderlabs) ## Deployment and Infrastructure * [Centurion](https://github.com/newrelic/centurion): Centurion is a mass deployment tool for Docker fleets. It takes containers from a Docker registry and runs them on a fleet of hosts with the correct environment variables, host volume mappings, and port mappings.