mirror of https://github.com/docker/docs.git
Small changes for style and consistency
This commit is contained in:
parent
fe17d7434c
commit
b17fbd5566
|
@ -127,16 +127,16 @@ To avoid issues with overusing disk for log data, consider one of the following
|
||||||
options:
|
options:
|
||||||
|
|
||||||
- Configure the `json-file` logging driver to turn on
|
- 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
|
- Use an
|
||||||
[alternative logging driver](../../config/containers/logging/configure.md#configure-the-default-logging-driver)
|
[alternative logging driver](../../config/containers/logging/configure.md#configure-the-default-logging-driver)
|
||||||
such as the ["local" logging driver](../../config/containers/logging/local.md)
|
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.
|
- Use a logging driver that sends logs to a remote logging aggregator.
|
||||||
|
|
||||||
## Next steps
|
## 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.
|
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
|
- Review the topics in [Develop with Docker](../../develop/index.md) to learn
|
||||||
how to build new applications using Docker.
|
how to build new applications using Docker.
|
||||||
|
|
Loading…
Reference in New Issue