Merge pull request #27575 from yuexiao-wang/fix-cli-link

Modify the links for docker container commands
Upstream-commit: 78dae2a037e87825381ec4efb9fb47491f41e7e4
Component: engine
This commit is contained in:
Misty Stanley-Jones
2016-10-21 11:15:57 -07:00
committed by GitHub
6 changed files with 11 additions and 11 deletions

View File

@ -35,7 +35,7 @@ The `docker logs` command batch-retrieves logs present at the time of execution.
> the `json-file` or `journald` logging driver.
For more information about selecting and configuring login-drivers, refer to
[Configure logging drivers](../../admin/logging/overview.md).
[Configure logging drivers](https://docs.docker.com/engine/admin/logging/overview/).
The `docker logs --follow` command will continue streaming the new output from
the container's `STDOUT` and `STDERR`.