Update English expressions by review comments

Signed-off-by: TAGOMORI Satoshi <tagomoris@gmail.com>
Upstream-commit: 78f4a9dad4fb92fb2175ff5afe5fb2d7938e9668
Component: engine
This commit is contained in:
TAGOMORI Satoshi
2015-06-26 11:04:26 +09:00
parent 22652d4dad
commit 6aea64cdef
+1 -1
View File
@@ -889,7 +889,7 @@ driver. For detailed information on working with logging drivers, see
Fluentd logging driver for Docker. Writes log messages to fluentd (forward input). `docker logs`
command is not available for this logging driver.
Some options are supported by specifying `--log-opt` as many as needed, like `--log-opt fluentd-address=localhost:24224`.
Some options are supported by specifying `--log-opt` as many as needed, like `--log-opt fluentd-address=localhost:24224 --log-opt fluentd-tag=docker.{{.Name}}`.
- `fluentd-address`: specify `host:port` to connect [localhost:24224]
- `fluentd-tag`: specify tag for fluentd message, which interpret some markup, ex `{{.ID}}`, `{{.FullID}}` or `{{.Name}}` [docker.{{.ID}}]