mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-26 18:17:24 +00:00
@@ -14,7 +14,7 @@ weight=2
|
||||
The `fluentd` logging driver sends container logs to the
|
||||
[Fluentd](http://www.fluentd.org/) collector as structured log data. Then, users
|
||||
can use any of the [various output plugins of
|
||||
Fluentd](http://www.fluentd.org/plugins) to write these logs to various
|
||||
Fluentd](http://dwww.fluentd.org/plugins) to write these logs to various
|
||||
destinations.
|
||||
|
||||
In addition to the log message itself, the `fluentd` log
|
||||
|
||||
@@ -39,7 +39,7 @@ Then, run a container and specify values for the `labels` or `env`. For example
|
||||
|
||||
```
|
||||
docker run --label foo=bar -e fizz=buzz -d -P training/webapp python app.py
|
||||
````
|
||||
```
|
||||
|
||||
This adds additional fields to the log depending on the driver, e.g. for
|
||||
`json-file` that looks like:
|
||||
|
||||
Reference in New Issue
Block a user