diff --git a/config/containers/logging/json-file.md b/config/containers/logging/json-file.md index 72fc2f8cec..79810568b9 100644 --- a/config/containers/logging/json-file.md +++ b/config/containers/logging/json-file.md @@ -18,9 +18,9 @@ only one container. To use the `json-file` driver as the default logging driver, set the `log-driver` and `log-opt` keys to appropriate values in the `daemon.json` file, which is located in `/etc/docker/` on Linux hosts or -`C:\ProgramData\docker\config\daemon.json` on Windows Server. For more about -+configuring Docker using `daemon.json`, see -+[daemon.json](/engine/reference/commandline/dockerd.md#daemon-configuration-file). +`C:\ProgramData\docker\config\daemon.json` on Windows Server. For more information about +configuring Docker using `daemon.json`, see +[daemon.json](/engine/reference/commandline/dockerd.md#daemon-configuration-file). The following example sets the log driver to `json-file` and sets the `max-size` option.