1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #29106 from chrisgavin/docs-spelling-fix

Fix a spelling mistake in the docs.
This commit is contained in:
Sebastiaan van Stijn 2016-12-04 14:17:27 +01:00 committed by GitHub
commit eab3711999
2 changed files with 2 additions and 2 deletions

View file

@ -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
> 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/).
The `docker logs --follow` command will continue streaming the new output from

View file

@ -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
> 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/).
The `docker service logs --follow` command will continue streaming the new output from