Update view_container_logs.md (#1806)

This commit is contained in:
scjane 2017-02-18 10:19:29 +08:00 committed by John Mulhausen
parent 41e15067ca
commit 8f2cc20f6a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ the keyboard or input from another command. `STDOUT` is usually a command's
normal output, and `STDERR` is typically used to output error messages. By
default, `docker logs` shows the command's `STDOUT` and `STDERR`. To read more
about I/O and Linux, see the
[Linux Documentation Project article on I/O redirection](http://www.tldp.org/LDP/abs/html/io-redirection.html)
[Linux Documentation Project article on I/O redirection](http://www.tldp.org/LDP/abs/html/io-redirection.html).
In some cases, `docker logs` may not show useful information unless you take
additional steps.