Merge pull request #1351 from thaJeztah/fix-broken-link

fix link to logging context
This commit is contained in:
Sebastiaan van Stijn 2017-01-27 11:45:21 +01:00 committed by GitHub
commit bc41b07086
1 changed files with 3 additions and 3 deletions

View File

@ -40,9 +40,9 @@ the tags. If you use `docker rename` to rename a container, the new name is not
reflected in the log messages. Instead, these messages continue to use the reflected in the log messages. Instead, these messages continue to use the
original container name. original container name.
For advanced usage, the generated tag's use [go For advanced usage, the generated tag's use
templates](http://golang.org/pkg/text/template/) and the container's [logging [go templates](http://golang.org/pkg/text/template/) and the container's
context](https://github.com/docker/docker/blob/master/daemon/logger/loginfo.go). [logging context](https://github.com/docker/docker/blob/v1.13.0/daemon/logger/loginfo.go).
As an example of what is possible with the syslog logger, if you use the following As an example of what is possible with the syslog logger, if you use the following
command, you get the output that follows: command, you get the output that follows: