mirror of https://github.com/docker/docs.git
Update configure.md (#21915)
Just fixed a typo. I am lazy, so I adjusted a single letter as to not bother with any more grammar. <!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [x] Editorial review - [ ] Product review --------- Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
This commit is contained in:
parent
d083617e9d
commit
92c3850fe1
|
@ -30,7 +30,7 @@ included with Docker, you can also implement and use [logging driver plugins](pl
|
|||
> output, which can lead to disk space exhaustion.
|
||||
>
|
||||
> Docker keeps the json-file logging driver (without log-rotation) as a default
|
||||
> to remain backward compatibility with older versions of Docker, and for situations
|
||||
> to remain backwards compatible with older versions of Docker, and for situations
|
||||
> where Docker is used as runtime for Kubernetes.
|
||||
>
|
||||
> For other situations, the `local` logging driver is recommended as it performs
|
||||
|
|
Loading…
Reference in New Issue