浏览代码

Touch up 'docker logs' documentation.

* Update format for 'Note:' to match other pages.
* Add link to Go's RFC3339Nano timestamp information.

Signed-off-by: Charles Chan <charleswhchan@users.noreply.github.com>
Charles Chan 9 年之前
父节点
当前提交
eff524e19c
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      docs/reference/commandline/logs.md

+ 4 - 4
docs/reference/commandline/logs.md

@@ -20,8 +20,8 @@ weight=1
       -t, --timestamps=false    Show timestamps
       --tail="all"              Number of lines to show from the end of the logs
 
-NOTE: this command is available only for containers with `json-file` and
-`journald` logging drivers.
+> **Note**: this command is available only for containers with `json-file` and
+> `journald` logging drivers.
 
 The `docker logs` command batch-retrieves logs present at the time of execution.
 
@@ -31,8 +31,8 @@ the container's `STDOUT` and `STDERR`.
 Passing a negative number or a non-integer to `--tail` is invalid and the
 value is set to `all` in that case.
 
-The `docker logs --timestamp` commands will add an RFC3339Nano
-timestamp, for example `2014-09-16T06:17:46.000000000Z`, to each
+The `docker logs --timestamp` commands will add an [RFC3339Nano timestamp](https://golang.org/pkg/time/#pkg-constants)
+, for example `2014-09-16T06:17:46.000000000Z`, to each
 log entry. To ensure that the timestamps for are aligned the
 nano-second part of the timestamp will be padded with zero when necessary.