From 3e9543fc61cbcfd4847be30699dfcd664bc0bfce Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 11 Nov 2015 20:47:42 +0100 Subject: [PATCH] docs: update supported drivers for docker logs The journald driver also supports docker logs. Signed-off-by: Sebastiaan van Stijn --- docs/reference/logging/overview.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/logging/overview.md b/docs/reference/logging/overview.md index 9e6479c681..8d91b0d1ad 100644 --- a/docs/reference/logging/overview.md +++ b/docs/reference/logging/overview.md @@ -26,7 +26,8 @@ container's logging driver. The following options are supported: | `awslogs` | Amazon CloudWatch Logs logging driver for Docker. Writes log messages to Amazon CloudWatch Logs. | | `splunk` | Splunk logging driver for Docker. Writes log messages to `splunk` using HTTP Event Collector. | -The `docker logs`command is available only for the `json-file` logging driver. +The `docker logs`command is available only for the `json-file` and `journald` +logging drivers. The `labels` and `env` options add additional attributes for use with logging drivers that accept them. Each option takes a comma-separated list of keys. If there is collision between `label` and `env` keys, the value of the `env` takes precedence.