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.