1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Removing extra tic

Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
Mary Anthony 2015-10-16 06:07:52 -07:00
parent dee57e4c3e
commit e44876bf1f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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: