mirror of https://github.com/docker/docs.git
Update view_container_logs.md (#1806)
This commit is contained in:
parent
41e15067ca
commit
8f2cc20f6a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue