Merge pull request #16997 from ChrisChinchilla/chrisward/post-install-refresh

Small changes to Linux post install for style and consistency
This commit is contained in:
Chris Chinchilla 2023-03-29 14:58:53 +01:00 committed by GitHub
commit de5f9f1706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -127,16 +127,16 @@ To avoid issues with overusing disk for log data, consider one of the following
options:
- Configure the `json-file` logging driver to turn on
[log rotation](../../config/containers/logging/json-file.md)
[log rotation](../../config/containers/logging/json-file.md).
- Use an
[alternative logging driver](../../config/containers/logging/configure.md#configure-the-default-logging-driver)
such as the ["local" logging driver](../../config/containers/logging/local.md)
that performs log rotation by default
that performs log rotation by default.
- Use a logging driver that sends logs to a remote logging aggregator.
## Next steps
- Take a look at the [Get started](../../get-started/index.md) training modules
- Read the [Get started](../../get-started/index.md) training modules
to learn how to build an image and run it as a containerized application.
- Review the topics in [Develop with Docker](../../develop/index.md) to learn
how to build new applications using Docker.