mirror of https://github.com/docker/cli.git
Merge pull request #3855 from matletix/master
Remove deprecated note about `docker logs` limitations
This commit is contained in:
commit
7c00dca83c
|
@ -28,11 +28,6 @@ Options:
|
||||||
|
|
||||||
The `docker logs` command batch-retrieves logs present at the time of execution.
|
The `docker logs` command batch-retrieves logs present at the time of execution.
|
||||||
|
|
||||||
> **Note**
|
|
||||||
>
|
|
||||||
> This command is only functional for containers that are started with the
|
|
||||||
> `json-file` or `journald` logging driver.
|
|
||||||
|
|
||||||
For more information about selecting and configuring logging drivers, refer to
|
For more information about selecting and configuring logging drivers, refer to
|
||||||
[Configure logging drivers](https://docs.docker.com/config/containers/logging/configure/).
|
[Configure logging drivers](https://docs.docker.com/config/containers/logging/configure/).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue