From b17fbd55665c2e98d49f1ec61a4029d780fdd2bd Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Tue, 28 Mar 2023 17:41:42 +0100 Subject: [PATCH] Small changes for style and consistency --- engine/install/linux-postinstall.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/install/linux-postinstall.md b/engine/install/linux-postinstall.md index 517a88b3eb..b0387ee348 100644 --- a/engine/install/linux-postinstall.md +++ b/engine/install/linux-postinstall.md @@ -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.