From c5cc401bbd0c9fad77f0f622e6389b6b09eb9d00 Mon Sep 17 00:00:00 2001 From: Alex Beggs Date: Sat, 4 Apr 2015 08:17:53 -0400 Subject: [PATCH] Update README.md Added Docker-Fluentd link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7bac850..cd3790a 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,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. ## 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.