mirror of
https://github.com/docker/cli.git
synced 2025-08-08 12:02:07 +03:00
Fix a spelling mistake in the docs.
Signed-off-by: Chris Gavin <chris@chrisgavin.me>
This commit is contained in:
@@ -34,7 +34,7 @@ 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
|
> **Note**: this command is only functional for containers that are started with
|
||||||
> the `json-file` or `journald` logging driver.
|
> the `json-file` or `journald` logging driver.
|
||||||
|
|
||||||
For more information about selecting and configuring login-drivers, refer to
|
For more information about selecting and configuring logging drivers, refer to
|
||||||
[Configure logging drivers](https://docs.docker.com/engine/admin/logging/overview/).
|
[Configure logging drivers](https://docs.docker.com/engine/admin/logging/overview/).
|
||||||
|
|
||||||
The `docker logs --follow` command will continue streaming the new output from
|
The `docker logs --follow` command will continue streaming the new output from
|
||||||
|
@@ -35,7 +35,7 @@ The `docker service logs` command batch-retrieves logs present at the time of ex
|
|||||||
> **Note**: this command is only functional for services that are started with
|
> **Note**: this command is only functional for services that are started with
|
||||||
> the `json-file` or `journald` logging driver.
|
> the `json-file` or `journald` logging driver.
|
||||||
|
|
||||||
For more information about selecting and configuring login-drivers, refer to
|
For more information about selecting and configuring logging drivers, refer to
|
||||||
[Configure logging drivers](https://docs.docker.com/engine/admin/logging/overview/).
|
[Configure logging drivers](https://docs.docker.com/engine/admin/logging/overview/).
|
||||||
|
|
||||||
The `docker service logs --follow` command will continue streaming the new output from
|
The `docker service logs --follow` command will continue streaming the new output from
|
||||||
|
Reference in New Issue
Block a user