mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Enabled GitHub Flavored Markdown
GitHub flavored markdown is now supported for links and images. Also, ran LinkChecker and FileResolver. Yay! Fixes from Spider check Output for docker/docker now goes into engine directory Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
parent
fb8217ee62
commit
8fee1c2020
112 changed files with 502 additions and 630 deletions
|
@ -69,7 +69,7 @@ By default, the logging driver connects to `localhost:24224`. Supply the
|
|||
### tag
|
||||
|
||||
By default, Docker uses the first 12 characters of the container ID to tag log messages.
|
||||
Refer to the [log tag option documentation](/reference/logging/log_tags/) for customizing
|
||||
Refer to the [log tag option documentation](log_tags.md) for customizing
|
||||
the log tag format.
|
||||
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ weight=8
|
|||
|
||||
# Logging Drivers
|
||||
|
||||
* [Configuring logging drivers](overview)
|
||||
* [Configuring log tags](log_tags)
|
||||
* [Fluentd logging driver](fluentd)
|
||||
* [Journald logging driver](journald)
|
||||
* [Amazon CloudWatch Logs logging driver](awslogs)
|
||||
* [Configuring logging drivers](overview.md)
|
||||
* [Configuring log tags](log_tags.md)
|
||||
* [Fluentd logging driver](fluentd.md)
|
||||
* [Journald logging driver](journald.md)
|
||||
* [Amazon CloudWatch Logs logging driver](awslogs.md)
|
||||
|
|
|
@ -84,14 +84,14 @@ the following named facilities:
|
|||
* `local7`
|
||||
|
||||
By default, Docker uses the first 12 characters of the container ID to tag log messages.
|
||||
Refer to the [log tag option documentation](/reference/logging/log_tags/) for customizing
|
||||
Refer to the [log tag option documentation](log_tags.md) for customizing
|
||||
the log tag format.
|
||||
|
||||
|
||||
## journald options
|
||||
|
||||
The `journald` logging driver stores the container id in the journal's `CONTAINER_ID` field. For detailed information on
|
||||
working with this logging driver, see [the journald logging driver](/reference/logging/journald/)
|
||||
working with this logging driver, see [the journald logging driver](journald.md)
|
||||
reference documentation.
|
||||
|
||||
## gelf options
|
||||
|
@ -109,7 +109,7 @@ driver to a GELF remote server at `192.168.0.42` on port `12201`
|
|||
$ docker run --log-driver=gelf --log-opt gelf-address=udp://192.168.0.42:12201
|
||||
|
||||
By default, Docker uses the first 12 characters of the container ID to tag log messages.
|
||||
Refer to the [log tag option documentation](/reference/logging/log_tags/) for customizing
|
||||
Refer to the [log tag option documentation](log_tags.md) for customizing
|
||||
the log tag format.
|
||||
|
||||
|
||||
|
@ -126,7 +126,7 @@ For example, to specify both additional options:
|
|||
|
||||
If container cannot connect to the Fluentd daemon on the specified address,
|
||||
the container stops immediately. For detailed information on working with this
|
||||
logging driver, see [the fluentd logging driver](/reference/logging/fluentd/)
|
||||
logging driver, see [the fluentd logging driver](fluentd.md)
|
||||
|
||||
## Specify Amazon CloudWatch Logs options
|
||||
|
||||
|
@ -137,5 +137,4 @@ The Amazon CloudWatch Logs logging driver supports the following options:
|
|||
--log-opt awslogs-stream=<log_stream_name>
|
||||
|
||||
|
||||
For detailed information on working with this logging driver, see [the awslogs logging driver](/reference/logging/awslogs/)
|
||||
reference documentation.
|
||||
For detailed information on working with this logging driver, see [the awslogs logging driver](awslogs.md) reference documentation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue